> Search for
> $which_section = "aux_quarantine";
> in file amavisd. There are several examples of additional
> quarantining,
If you don't mind having archived clean messages separately from
spam and other malware, the 2.4.0 introduced a clean_quarantine:
amavisd-new-2.4.0 release notes:
- added config options to enable quarantining (archiving) of clean mail;
defaults settings are:
$clean_quarantine_method = undef;
$clean_quarantine_to = 'clean-quarantine';
quarantining clean messages is disabled by default;
to enable:
$clean_quarantine_method = 'local:clean-%m';
Mark
-------------------------------------------------------------------------
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
[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/