Was this page helpful?

Retraining False-Positive in Dspam Web UI Does Not Resend Message

    Table of contents
    No headers

    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";
    Was this page helpful?
    Tag page (Edit tags)
    • No tags
    You must login to post a comment.
    Powered by MindTouch Core