Hello,
I like to announce v 1.6 of the AV filter for XMail. It now supports
version <= 1.15 as well as >= 1.16
Here is what else is new :
17-04-2003 Version 1.5
- Changed the format of the X-AV-Scanned header slightly
- Added logging (thanks to the SpamAssassin filter by Don Drake),
therefore there is new setting
in the checkvirus.cfg You have to add the following lines :
# Enable logging
our $enableLogging = 1;
# Here you define the path to the logdirectory of XMail
our $XMAIL_LOG_PATH="/var/MailRoot/logs";
If you do not add these lines the script will *not* run !
09-07-2003 Version 1.6
- The script now supports both XMail <= 1.15 and >= 1.16
Therefore you have to change you checkvirus.cfg !!!!
The key $exitcode is obsolete and have to be removed
Instead there is now a new key which defines the exitcode.
# This is the exit code of the script when a virus is found. If a virus
is not found
# the script always will exit with code 100 because the script added a
header to the message
# from the documentation of XMail
# There are two exit methods available when a virus is found :
#
# reject_freeze ----> the message will be rejected by XMail and
possibly frozen
# (depends on "RemoveSpoolErrors" in server.tab)
#
# reject_nofreeze ----> the message will be rejected by XMail and is
gone forever :-)
#our $exitmethod = 'reject_freeze';
our $exitmethod = 'reject_no_freeze';
If you do not change your config the script will NOT work correctly !!
You can find the package here :
http://www.lindeman.org/filters.html
--
Groeten,
Peter
--
Just add yourself to the password file and make a directory...
---
--- Heb je een Sony Digital video camera ?
--- Kijk eens op http://www.dvin.org
--- Kijk ook op http://www.lindeman.org
--- ICQ 22383596
--- Uptime lindeman.org - 185 days, 19 hours and 0 minutes, 0 users
logged in.
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]