I'm using 2.60 (though I would get the same problem with 2.55), and once in a while 
spam that scores a 5.0 (my required_hits is 5.0) slips through because it shows the 
X-Spam_Level as 4 stars instead of 5 (my check to flag as spam is to look for at least 
5 stars).. Any ideas? Should I be using a different statement in Exim (4.20) to do 
this? (See below:)

X-Spam-Checker-Version: SpamAssassin 2.60-cvs
X-Spam-Level: ****
X-Spam-Status: No, hits=5.0 required=5.0 tests=FROM_ENDS_IN_NUMS,HTML_80_90
        HTML_FONTCOLOR_BLUE,HTML_FONTCOLOR_GRAY,HTML_FONT_FACE_ODD
        HTML_IMAGE_ONLY_02,HTML_IMAGE_RATIO_02,HTML_MESSAGE,MIME_HTML_ONLY


My current Exim system filter:

if
  $h_X-Spam-Status: contains "*****"
      or
  "${if def:h_X-Spam-Flag {def}{undef}}" is "def"
then
  logwrite "$tod_log From: $h_From: To: $h_To: Subject: $h_Subject: \n \t 
X-Spam-Status: $h_X-Spam-
Status: Sender: $sender_address"
  deliver [EMAIL PROTECTED]
  finish
endif


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to