A release candidate for amavisd-new-2.4.2 is available at:
http://www.ijs.si/software/amavisd/amavisd-new-2.4.2-rc2.tar.gz
Changes since -rc1:
- further README.sql updates regarding data type TIMESTAMP in MySQL;
- when recipient notifications for bad headers is enabled, and a message
is spam with bad headers, recipient would receive an empty notification
message (because message contents category is spam and recipient
notification template for spam is empty); now a general recipient
notification is sent in this case, and additional check added to ensure
that empty notifications would not be send even if explicitly configured
to be empty;
- ignore $timestamp_fmt_mysql if SQL database driver (DBD) is not 'mysql';
- MySQL workaround: changed default clause in $sql_clause{'upd_msg'} to:
UPDATE msgs SET time_iso=time_iso, ...
just in case one forgets to use "DEFAULT 0" on "time_iso TIMESTAMP";
Mark
_______________________________________________
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/