You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2007/07/26 01:35:02 UTC

[Spamassassin Wiki] Update of "ClamAVMultipleScores" by AustinHenry

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by AustinHenry:
http://wiki.apache.org/spamassassin/ClamAVMultipleScores

The comment on the change is:
changes needed to handle some of the longer signature names from Sanesecurity

------------------------------------------------------------------------------
  score CLAMAV 0.001 
  
  # Look for specific types of ClamAV detections 
- header __CLAMAV_PHISH X-Spam-Virus =~ /Yes.{1,20}Phishing/i 
+ header __CLAMAV_PHISH X-Spam-Virus =~ /Yes.{1,30}Phishing/i 
- header __CLAMAV_SANE X-Spam-Virus =~ /Yes.{1,20}Sanesecurity/i 
+ header __CLAMAV_SANE X-Spam-Virus =~ /Yes.{1,30}Sanesecurity/i 
- header __CLAMAV_MBL X-Spam-Virus =~ /Yes.{1,20}MBL/ 
+ header __CLAMAV_MBL X-Spam-Virus =~ /Yes.{1,30}MBL/ 
- header __CLAMAV_MSRBL X-Spam-Virus =~ /Yes.{1,20}MSRBL/ 
+ header __CLAMAV_MSRBL X-Spam-Virus =~ /Yes.{1,30}MSRBL/ 
  
  # Give the above rules a very late priority so that they can see the output 
  # of previous rules - otherwise they don't work! Not sure what the correct