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

Joseph Brennan brennan at columbia.edu
Tue Sep 20 11:48:16 EDT 2016



--On September 20, 2016 at 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.:
> 
>  BAYES_40%2CDIGEST_MULTIPLE%2CFREEMAIL_FORGED_FROMDOMAIN%2CFREEMAIL_FROM


The function takes only 3 arguments. Try

md_graphdefang_log('spam_full_report',"$hits $names", $RelayAddr);


Joseph Brennan
Columbia University Information Technology






More information about the MIMEDefang mailing list