> Michael,
> 
>
> 
> So far the patch for the "@bypass_spam_checks_maps=(1)" bug is the
> only one I produced.
> 
> I still need to address the issue with @virus_name_to_spam_score_maps,
> where 'clamd'-reported spam is treated as a virus. It was reported by
> several people (in slightly different ways), including you, but so far
> I was unable to reproduce the problem here. If someone can send me
> a log at level 5 of the incident, it would be helpful.
>

This is the one I am using right now. Seems to work
(still got that bug if email triggers header (8 bit header) and final
destination is pass, it doesn't run spam checks.. Will try to document)

@virus_name_to_spam_score_maps =
  (new_RE(  # the order matters!
    [ qr'^(Email|HTML)\.Phishing\.'                             => 0 ],
    [ qr'^Sanesecurity\.(Malware|Rogue|Trojan)\.' => undef ],# keep as
infected
    [ qr'^Structured\.(SSN|CreditCardNumber)\bFOUND'              => 0 ],
    [ qr'^Sanesecurity'                                           => 0 ],
    [ qr'^MSRBL-(Images|SPAM)'                                    => 0 ],
    [ qr'^VX\.not-virus_(Hoax|Joke)\..*-SecuriteInfo\.com(\.|\z)' => 0 ],
    [ qr'^Email\.Spam.*-SecuriteInfo\.com(\.|\z)'                 => 0 ],
    [ qr'^Phishing\.'                                             => 0 ],
    [ qr'^winnow\.trojan\.'             => undef ], # keep as infected
    [ qr'^winnow\.'                                               => 0 ],
    [ qr'-SecuriteInfo\.com(\.|\z)'         => undef ],  # keep as infected
    [ qr'^MBL_NA\.UNOFFICIAL'   => .01 ], #FP
    [ qr'^MBL_'                             => undef ],  # keep as infected
    [ qr'^Safebrowsing\.'                                          => 0 ],
  ));
 
-- 
Michael Scheidell, CTO
>|SECNAP Network Security
Finalist 2009 Network Products Guide Hot Companies
FreeBSD SpamAssassin Ports maintainer


_________________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
_________________________________________________________________________

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
AMaViS-user mailing list
[email protected] 
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