Gary wrote:

>> $spam_quarantine_to = '[EMAIL PROTECTED]';

>> @spam_quarantine_to_maps = (
>>   { '.example.net' => '[EMAIL PROTECTED]',
>>   },
>>   $spam_quarantine_to, # current setting for everyone else
>> );

>> contents of /etc/postfix/virtual_pcre
>> /^(.*)[EMAIL PROTECTED]/   [EMAIL PROTECTED]
>> /^(.*)[EMAIL PROTECTED]/   [EMAIL PROTECTED]

>> @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.

However, to 'quarantine' e.g. banned files using plus addressing, you would need
to set $final_banned_destiny = D_PASS;, otherwise conventional quarantine
would be used (if configured).

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=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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/

Reply via email to