SMTP Log shows =?utf as subject line

Discussion regarding the Standard version.
Post Reply
ladyinmt
Posts: 6
Joined: Thu Sep 25, 2014 7:20 pm
Location: Missoula, MT

SMTP Log shows =?utf as subject line

Post by ladyinmt »

Hi peeps,

I am running into something I haven't seen before. For some reason, the server is logging the subject as 'UTF' data instead of being human readable. Is there a switch I can flip to resolve this? Here's a snippit to show you what I mean:

SMTP-Activity-210115.log:163353:01/15/21 10:12:33 SMTP-OU DE88BFD7E3234929A2E747BA3E6C5B92.MAI 1828 104.47.45.36 CONN 220 CO1NAM04FT017.mail.protection.outlook.com Microsoft ESMTP MAIL Service ready at Fri, 15 Jan 2021 15:12:32 +0000 0
117
=?utf-8?B?RXhwb3J0IFN1bW1hcnkgOiBUMTogSmFuLUFwciAmIEhlaW5l?=
SMTP-Activity-210115.log:163355:01/15/21 10:12:34 SMTP-OU DE88BFD7E3234929A2E747BA3E6C5B92.MAI 1828 104.47.45.36 EHLO EHLO mail.pushpin-group.com 250-CO1NAM04FT017.mail.protection.outlook.com Hello [64.77.28.130] 29 210
=?utf-8?B?RXhwb3J0IFN1bW1hcnkgOiBUMTogSmFuLUFwciAmIEhlaW5l?=
SMTP-Activity-210115.log:163356:01/15/21 10:12:34 SMTP-OU DE88BFD7E3234929A2E747BA3E6C5B92.MAI 1828 104.47.45.36 EHLO STARTTLS 220 2.0.0 SMTP server ready 10 29 =?utf-8?B?RXhwb3J0IFN1bW1hcnkgOiBUMTogSmFuLUFwciAmIEhlaW5l?=
SMTP-Activity-210115.log:163359:01/15/21 10:12:34 SMTP-OU DE88BFD7E3234929A2E747BA3E6C5B92.MAI 1828 104.47.45.36 EHLO EHLO mail.pushpin-group.com 250-CO1NAM04FT017.mail.protection.outlook.com Hello [64.77.28.130] 29 196
=?utf-8?B?RXhwb3J0IFN1bW1hcnkgOiBUMTogSmFuLUFwciAmIEhlaW5l?=
SMTP-Activity-210115.log:163360:01/15/21 10:12:34 SMTP-OU DE88BFD7E3234929A2E747BA3E6C5B92.MAI 1828 104.47.45.36 MAIL MAIL FROM:<noReply@dbridge.net> SIZE=18632 250 2.1.0 Sender OK 44 21 =?utf-8?B?RXhwb3J0IFN1bW1hcnkgOiBUMTogS
mFuLUFwciAmIEhlaW5l?=

SMTP-Activity-210115.log:163361:01/15/21 10:12:34 SMTP-OU DE88BFD7E3234929A2E747BA3E6C5B92.MAI 1828 104.47.45.36 RCPT RCPT TO:<khoffman@linksunlimited.com> 250 2.1.5 Recipient OK 39 24 =?utf-8?B?RXhwb3J0IFN1bW1hcnkgOiBUMTogSmFuLUFwc
iAmIEhlaW5l?=

SMTP-Activity-210115.log:163362:01/15/21 10:12:34 SMTP-OU DE88BFD7E3234929A2E747BA3E6C5B92.MAI 1828 104.47.45.36 DATA DATA 354 Start mail input; end with <CRLF>.<CRLF> 6 46 =?utf-8?B?RXhwb3J0IFN1bW1hcnkgOiBUMTogSmFuLUFwciAmIEhla
W5l?=

SMTP-Activity-210115.log:163364:01/15/21 10:12:35 SMTP-OU DE88BFD7E3234929A2E747BA3E6C5B92.MAI 1828 104.47.45.36 DATE . 250 2.6.0 <8CCF7D053DA5498E832BCED6DE9E86B6.MAI@pushpin-group.com> [InternalId=13310103653101, Hostname=CY4PR2201MB1109.namprd2
2.prod.outlook.com]
26079 bytes in 0.136, 186.284 KB/sec Queued mail for delivery 18641 210 =?utf-8?B?RXhwb3J0IFN1bW1hcnkgOiBUMTogSmFuLUFwciAmIEhlaW5l?=
SMTP-Activity-210115.log:163365:01/15/21 10:12:35 SMTP-OU DE88BFD7E3234929A2E747BA3E6C5B92.MAI 1828 104.47.45.36 QUIT QUIT 221 2.0.0 Service closing transmission channel 6 48 =?utf-8?B?RXhwb3J0IFN1bW1hcnkgOiBUMTogSmFuLUFwciAmIEhla
W5l?=


Best,

Heather Morris
dbridge inc.
Missoula, MT

Admin
Site Admin
Posts: 1127
Joined: Mon Jun 10, 2002 6:31 pm
Location: Melbourne, Victoria, Australia

Re: SMTP Log shows =?utf as subject line

Post by Admin »

Sorry, the logs are just plain ASCII, and don't decode the headers. We don't want to make the log files UTF8 and have to convert different charactersets to this yet, so if you need to use the decoded text you'd need to a script/program to convert it, sorry.

Post Reply