There exists a slight bug in the DSPAM CGI interface
which prevents good messages marked as spam from being re-sent on a
system using Postfix. This bug is present in the configure.pl file, which is located in the DSPAM cgi-bin (on SourceMage, it's /usr/share/www/dspam/cgi-bin):
Look for the following line:
$CONFIG{'DSPAM_ARGS'} = "--deliver=innocent --class=innocent " .
"--source=error --user %CURRENT_USER% -w %u";
Change the -w to a --:
$CONFIG{'DSPAM_ARGS'} = "--deliver=innocent --class=innocent " .
"--source=error --user %CURRENT_USER% -- %u";| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |