At 05:37 PM 5/18/2007, Noel Jones wrote:
>I don't see any obvious problems above.  You don't happen to have
>@virus_name_to_spam_score_maps defined more than once, do you?

and here's what works for me:

@virus_name_to_spam_score_maps =
   (new_RE( # [ qr'^(Email|HTML)\.(Phishing|Spam|Scam[a-z0-9]?)\.'i => 0.1 ],
            [ qr'^(Email|Html)\.Malware\.Sanesecurity\.'        => undef ],
            [ qr'^(Email|Html)(\.[^., ]*)*\.Sanesecurity\.'     => 15.1 ],
            [ qr'^(Email|Html)\.(Hdr|Img|ImgO|Bou|Stk|Loan|Cred|Job|Dipl|Doc)
                  (\.[^., ]*)* \.Sanesecurity\.'x => 10.1 ],
            [ qr'^(MSRBL-Images/)'   => 2.1 ],
            [ qr'^(MSRBL-SPAM\.)'   => 5.1 ],
   ));

-- 
Noel Jones 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to