Displaying 1 result from an estimated 1 matches for "sigheaderline".
2006 Apr 11
1
dspam plugin
...r 11 00:04:41 uberserver dspam[1361]: Unable to determine the
destination user
Apr 11 00:04:41 uberserver dspam[1361]: DSPAM agent misconfigured: aborting
The line with the correct signature showing up is simply outputing
'signature' after:
signature = mail_get_first_header(mail, SIGHEADERLINE);
The 'working with signature' that shows the corrupted signature is right
before call_dspam is called, and it outputs siglist->sig:
...
syslog(LOG_INFO, "working with signature %s ", siglist->sig );
if ((*enh_error = call_dspam (siglist->sig, is_spam)))...