> Please try 1.16. Should be fixed.

Will do... have a look at the following:

@virus_name_to_spam_score_maps =
  (new_RE(  # the order matters!
    [ qr'^Phishing\.'                                             =>
4.1 ],
    [
qr'^(Email|HTML|Sanesecurity)\.(Phishing|Spear|(Spam|Scam)[a-z0-9]?)\.'i
=> 4.1 ],
    [ qr'^Sanesecurity\.(Malware|Trojan)\.'             => undef ],
    [ qr'^Sanesecurity\.(Test|Rogue|Casino)'            => undef ],
    [ qr'^Sanesecurity\.
         (Hdr|Img|ImgO|Junk|Doc|Lott|Fake|SpamImg
          Job|Stk|Loan|Porn|Bou|Dipl|Cred)\.'x          => 6.1 ],
    [ qr'^(MSRBL-Images/)'                              => 2.1 ],
    [ qr'^(MSRBL-SPAM\.)'                               => 5.1 ],
    [ qr'^MBL_'                             => undef ],  # keep as
infected
  ));

it's from amavisd, the regexp is used to score the output
from a ClamD scan; not sure it may be useful in our case
but... may be interesting, by the way in our case a better
idea would be matching the strings we don't want to block
but just use for scoring... somewhat like the mechanism
used to score DNSBL hits




------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to