This is a discussion on Re: [AMaViS-user] Directing mails tagged as SPAM to some other mbox within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Gary wrote: > $spam_quarantine_to = 'spam-bin@example.com'; > @spam_quarantine_to_maps = ( > { '.example.net' => 'spam-bin@example.net', > }, > $...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Gary wrote:
> $spam_quarantine_to = 'spam-bin@example.com'; > @spam_quarantine_to_maps = ( > { '.example.net' => 'spam-bin@example.net', > }, > $spam_quarantine_to, # current setting for everyone else > ); > contents of /etc/postfix/virtual_pcre > /^(.*)\+spam@example\.com$/ spam-bin@example.com > /^(.*)\+spam@example\.net$/ spam-bin@example.net > @addr_extension_spam_maps = ('spam'); > (and the other @addr_extension_*_maps Obviously you would want to repeat all this for banned/virus/bad_header. Once again, see amavisd.conf-sample. Gary V ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |