Hopefully the last release candidate before the final release:
http://www.ijs.si/software/amavisd/amavisd-new-2.4.0-rc5.tar.gz
Changes since rc4:
Properly disconnect SMTP session with 421 response if it times out,
watchdog timer needs to be nudged during DATA transfer as well;
Introduced new configuration variable $smtpd_timeout (default 8*60 seconds)
which controls the amount of time we are willing to wait for slow/idle client
during incoming SMTP session before disconnecting a session. Previously the
$child_timeout was covering complete elapsed time, both our processing and
waiting for client, now the $child_timeout only still limits our processing,
and $smtpd_timeout only limits waiting time. With Postfix after-queue setup
When restarting timer after SA check, account for lost time during the check.
Fix log template which would merge into a single line the
Passed SPAM & Blocked SPAM entries for the same message for
multiple recipients with different settings.
Slight modification of banned_admin and bad_header_admin compatibility note
and implementation:
- changed defaults for banned & bad header administrator address to:
$banned_admin = undef;
$bad_header_admin = undef;
@banned_admin_maps = (\$banned_admin, \%virus_admin,\$virus_admin);
@bad_header_admin_maps = (\$bad_header_admin);
If $banned_admin is left at a default value (undefined), banned admin
falls back to %virus_admin or $virus_admin.
If $bad_header_admin is left at a default value (undefined), bad header
admin has no default, admin notifications for bad headers are not sent;
Mark
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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/