Norberto Bensa <[EMAIL PROTECTED]> ha escrito: >>> >>> @bypass_spam_checks_maps = ( [ "[EMAIL PROTECTED]" ] ); >>> ... >> >> Should not need to do this. Mail destined for quarantine should not be >> scanned again (at least not when using Postifx). > > Perhaps I need to re-check my postfix config again :-/
It was a combination of $notify_method and a bad postfix configuration. I had: $notify_method = 'smtp:[127.0.0.1}:10026'; and in postfix's main.cf: content_filter = smtp-amavis:[127.0.0.1]:10024 and master.cf 127.0.0.1:10026 inet n - y - - smtpd with NO "content_filter =" So content was scanned twice :-/ Everything is working now. Thanks Gary. Best regards everyone, Norberto ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/
