Hi, David. Another point is that the blklst????.txt files with the decoded Subject line can include the | character which is also the field separator.
e.g. here are two redacted samples I just sent myself. The first subject line was normal, but the second one has two pipe characters inside the subject and a third at the end of the subject line. 03/14/2014|13:22:56.192|Q036171765.smd|209.85.217.179|-40|LOG| [email protected],|[email protected]|Test 01 with no separator|IPNOTINMX=0,etcetcetc,| 03/14/2014|13:23:35.239|Q036171780.smd|209.85.215.44|-40|LOG|[email protected],| sender @ example.com|Test 02 | with three separ|ators||IPNOTINMX=0,etcetcetc,| This results in the subject line field being truncated and the tests field containing junk from the subject, e.g. grep -Fi example blklst0314.txt| cut -d^| -f9 Test 01 with no separator Test 02 I suggest decoding the Subject line as usual, then removing any | characters from the result. Or, allow for a customizable separator, in which case I would set my choice to the tab character. My least favourite answer would be for Declude to always write the encoded Subject line to blklst????.txt and leave it up to me to decode. Andrew. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of David Barker Sent: Wednesday, March 05, 2014 8:01 PM To: [email protected] Subject: [MBF]Re: Suggested feature Hi Don, Yes we can look to see if that can be updated in the code. I'll put it on our list. David -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Don Winsauer Sent: Wednesday, March 05, 2014 10:46 PM To: [email protected] Subject: [MBF]Suggested feature I regularly use the blklst????.txt file. I often use the file to track down how an email was processed. Currently the raw subject is in the file. Could there be an option to put the uncoded UTF subject in the file in place of the raw subject? Thanks for your consideration, Don ________________________________________________________________ Sent via the WebMail system at net1media.com ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]> ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]> This message (and any associated files) may contain confidential, proprietary and/or privileged material and access to these materials by anyone other than the intended recipient is unauthorized. Unauthorized recipients are required to maintain confidentiality. Any review, retransmission, dissemination or other use of these materials by persons or entities other than the intended recipient is prohibited and may be unlawful. If you have received this message in error, please notify us immediately and destroy the original. Ce message et tout document qui y est éventuellement joint peuvent contenir de l’information confidentielle ou exclusive. L’accès à cette information par quiconque autre que le destinataire désigné en est donc interdit. Les personnes ou les entités non autorisées doivent respecter la confidentialité de cette information. La lecture, la retransmission, la communication ou toute autre utilisation de cette information par une personne ou une entité non autorisée est strictement interdite. Si vous avez reçu ce message par erreur, veuillez nous en aviser immédiatement et le détruire. ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]>
