Btw, messages released from a quarantine are normally fed to MTA on port 10025, which means they won't be checked by amavisd again.
Since in Werner's case all mail were quarantined for spam, it would make sense to rescan for messages which are to be released, now that SA setting were fixed. Amavisd-new-2.4.3 makes this easier, as release method now has a separate setting: RELEASE_NOTES: - introduce new variables $resend_method and $release_method (also members of policy banks), both are undefined by default. If defined and nonempty, $resend_method overrides forward_method on forwarding a defanged mail, and $release_method overrides notify_method on releasing a message from quarantine. The $resend_method might be useful when a modified mail requires local DKIM or DomainKeys re-signing; So in this particular case it would make sense to set: $release_method = 'smtp:[127.0.0.1]:25'; Mark ------------------------------------------------------------------------- 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 AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/