Bill Landry
2007-05-18 18:28:49 UTC
I have been exchanging e-mails with Steve Basford of SaneSecuirty
regarding malware e-mails that are not detected and quarantined by
amavisd-new, yet are detected fine when scanned directly by clamdscan.
Here is my amavisd.conf entries for SaneSecurity and MSRBL signature
detection:
@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\.' => 0.1 ],
[ qr'^(MSRBL-Images/|MSRBL-SPAM\.)' => 0.1 ],
));
However, it does not seem to detect and quarantine any signature that
starts with "Email", even though clamdscan corrected detects and reports
the malware signature:
clamdscan test.msg
test.msg: Email.Malware.Sanesecurity.07051800 FOUND
The entries in amavisd.conf look correct, but for some reason, malware
signatures beginning with "Email" do not get detected and quarantined by
amaviad-new. Thoughts?
Thanks,
Bill
-------------------------------------------------------------------------
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-***@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/
regarding malware e-mails that are not detected and quarantined by
amavisd-new, yet are detected fine when scanned directly by clamdscan.
Here is my amavisd.conf entries for SaneSecurity and MSRBL signature
detection:
@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\.' => 0.1 ],
[ qr'^(MSRBL-Images/|MSRBL-SPAM\.)' => 0.1 ],
));
However, it does not seem to detect and quarantine any signature that
starts with "Email", even though clamdscan corrected detects and reports
the malware signature:
clamdscan test.msg
test.msg: Email.Malware.Sanesecurity.07051800 FOUND
The entries in amavisd.conf look correct, but for some reason, malware
signatures beginning with "Email" do not get detected and quarantined by
amaviad-new. Thoughts?
Thanks,
Bill
-------------------------------------------------------------------------
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-***@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/