|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: MSRBL signature changeHenrik K wrote:
> FYI, you should replace.. > > header L_AV_MSRBL_Img X-Amavis-AV-Status =~ m{\bAV:MSRBL-Images/} > > -> > > header L_AV_MSRBL_Img X-Amavis-AV-Status =~ m{\bAV:MSRBL-Images\b} > ... as well any @virus_name_to_spam_score_maps rules referencing MSRBL-Images that includes a slash separator, such as those mentioned in the recent thread: [AMaViS-user] SaneSecurity - new signature format. In: @virus_name_to_spam_score_maps = ... [ qr'^(MSRBL-Images/|MSRBL-SPAM\.)' => 0.1 ], ... change to: ... [ qr'^(MSRBL-(Images|SPAM)\.)' => 0.1 ], ... or to: ... [ qr'^(MSRBL-Images\.|MSRBL-SPAM\.)' => 0.1 ], ... ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list AMaViS-user@... https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |
|
|
Re: MSRBL signature changeMike, Henrik, ...
> > FYI, you should replace.. > > header L_AV_MSRBL_Img X-Amavis-AV-Status =~ m{\bAV:MSRBL-Images/} > > -> > > header L_AV_MSRBL_Img X-Amavis-AV-Status =~ m{\bAV:MSRBL-Images\b} > > ... as well any @virus_name_to_spam_score_maps rules referencing > MSRBL-Images that includes a slash separator, such as those mentioned in > the recent thread: > > [AMaViS-user] SaneSecurity - new signature format. > > @virus_name_to_spam_score_maps = > [ qr'^(MSRBL-Images/|MSRBL-SPAM\.)' => 0.1 ], > change to: >> [ qr'^(MSRBL-(Images|SPAM)\.)' => 0.1 ], Thanks, will do that for 2.6.2. Mark ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list AMaViS-user@... https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |
| Free Forum Powered by Nabble | Forum Help |