[Mimedefang] %2C instead of whitspaces in sendmail log

Dianne Skoll dfs at roaringpenguin.com
Tue Sep 20 11:33:47 EDT 2016


On Tue, 20 Sep 2016 17:24:44 +0200
Marcus Schopen <lists at localguru.de> 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.



More information about the MIMEDefang mailing list