Dear Mailzu and Amavisd-new Users,
The MailZu Team is pleased to announce the availability of the first
Release Candidate of MailZu 0.8 (RC1) which is a quarantine management
interface for amavisd-new 2.3.0 or later. It is based on amavisd-new
SQL reporting and AM.PDP protocol.
Here is the overview of changes:
- Support for binary mail_text column of quarantine table. Since
amavisd-new 2.4.4 the mail_text column was changed so that the data
would not be affected by the encoding of the database.
If you are using the binary type on this column, set:
$conf['db']['binquar'] = True;
in your config.php.
- Support for recipient delimiters. New option in config.php.
$conf['recipient_delimiter'] = ''; // set to '+' or any delimiter
Only one character for the delimiter is supported. Contribution by
Brice Figureau.
- mz_db_clean.pl - change mysql query to use UTC_TIMESTAMP() by Brice Figureau.
- Remove default use of included PEAR DB and Mail libraries. The
default is to use system PEAR libraries instead.
- Make creation of search fields more dynamic and fixed alignment.
- Add Czech translation, contribution from Vladmir Volcko.
- Add Portuguese translation, contribution from Julio Cesar Webstarb Jr.
- Following changes implemented by Jeremy Fowler <jfowler06 at
users.sourceforge.net>
* New Summary totals table, group by date
* User Quarantine Summary: Added Viruses and Bad Headers for
Addministrator users
* Add Site Quarantine Summary (Spam, Banned, Viruses, Bad Headers,
Pending, Total)
* Add Viruses and Bad Headers to Search fields (Administrators Only)
* Add Content Type column
* Multiple email addresses (AD proxyAddresses)
- Adds To: column on table and searches for user quarantine
- Updated config.php.sample
* Query syntax tweaks
* config.php: s_admins/m_admins/restricted_users logins are now case
insensitive
* Fix non-US date format sorting on summaries. Reported by Alan Munday.
* Allow users to view quarantined Bad Header messages with option:
$conf['app']['allowBadHeaders']
- released automatically without admin approval
* Allow users to view quarantined Viruses (Dangerous, use with great
trepidation)
$conf['app']['allowViruses']
- stored in Pending Requests for admin approval
* Allow users to search by Mailid
$conf['app']['allowMailid']
* New AmavisdEngine using PEAR::Net_Socket (included with safeMode libraries)
- faster timeout
- better error reporting
* Fix "From:Array" when sending email from "Email Administrator".
Reported by Serge Algarotti.
* Can now have multiple adminEmail addresses:<br>
$conf['app']['adminEmail'] =
array('[EMAIL PROTECTED]','[EMAIL PROTECTED]');
* contrib/additional_indexes.sql: Highly recommended indexes to add
to the amavisd database.
* Add 'X-Amavis-Alert' to the full headers list. Shows Banned
File/Virus/Bad Header info.
* Add "Loading Summary..." Message while summary queries are loading.
* Add style to list of sanitized tags.
* Fix foreach data validation bug on invalid MIME messages
Project page at SourceForge:
https://sourceforge.net/projects/mailzu/
Home Page:
http://www.MailZu.net
Download at:
http://www.mailzu.net/download/MailZu_0.8RC1.tar.gz
Special thanks to Jeremy Fowler for his very large contribution.
We welcome your feedback! Please send us your comments or ideas for
enhancements.
The MailZu Team.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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/