Re: %2C instead of whitspaces in sendmail log
Dianne Skoll <[email protected]>
| Newsgroups | gmane.mail.mimedefang |
|---|---|
| Organization | Roaring Penguin Software Inc. |
| Message-ID | <[email protected]> |
On Tue, 20 Sep 2016 17:24:44 +0200 Marcus Schopen <[email protected]> wrote: > when I try to log the spam score names to sendmail log using > md_graphdefang_log('spam_full_report', $hits, $names, $RelayAddr); > all whitespaces are replaced by "%2C" e.g.: Graphdefang writes out logs that have comma-separated components. To decode the logs, you need to convert the three-character sequence %XY where X and Y are hex digits to the ASCII character 0xXY. It should be quite trivial to write a post-processor to do that. Regards, Dianne. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang