qmail-scanner 2.10
Posted: Sat Jul 21, 2012 7:55 am
Changes since 2.08 (currently in Atomic) according to http://qmail-scanner.sourceforge.net/CHANGES:
2.10 16/Aug/2011
* ./configure now exits if you choose a "--lang" language
that isn't supported
* Change Received: header used to show diagnostic detail
to X-Qmail-Scanner-Diagnostics: - that will make SpamAssassin
happier
* changed password-protected zip files to not bother
unpacking them - just a waste of time
* Team Cymru Malware Hash Registry (MHR) support added.
NOTE: even though this is a free, DNS-based AV service, it
is free for non-commercial use ONLY. Please see their website
for details
2.09 22/Sep/2010
* Added DLPmonitor feature. If you want to use clamAV or perlscanner
to block the movement of intellectual property/etc (i.e DLP),
you can create rules that will enable Q-S to treat such files/data
identically to viruses. However, it is common to want to *track*
such events first (to get a feel for false-positives), so
$DLPmonitor_REGEX enables you to define a regex of strings
that cause Q-S to archive and log as "DLP:" - but otherwise
treat as "Clear", non-quarantine events
* Added ${V_HEADER}-Remote-OS: header contain OS of SMTP client
as discovered if you are using qmail-delay with p0f. Adding it
as a header means SA can use the OS information for rule checks.
Be aware that NAT gateways at either end can adversely affect
the results p0f discovers, so this feature may not work well
in your particular environment. This header by itself doesn't
do much - you'll have to write SA rules to use this "meta data"
* Changed internal localization from "C" to "en_US" to workaround
bug in latest reformime.
* small debugging changes. Thanks to Toni Mueller
* HBEDV change. New version has replaced "antivir" with "avscan".
Thanks to Wolfgang Hamann for the patch