[Mimedefang] Blatent spam getting X-Spam-Score: 0 ()

Mike Lambert lambert at jeol.com
Fri Jul 8 10:22:30 EDT 2005


Bill Curtis wrote:
> Here is the header of a message that shows X-Spam-Score: 0.  

I don't trust header lines on incoming mail, therefore I delete x-spam lines before passing to spamassassin:

   # Delete any existing SpamAssassin headers
    action_delete_header("X-Spam-Score");
    action_delete_header("X-Spam-Status");
    action_delete_header("X-Spam-Flag");

   # Spam checks if SpamAssassin is installed
    if ($Features{"SpamAssassin"}) {
       <...>

Regards,
Mike Lambert



More information about the MIMEDefang mailing list