This is a discussion on [AMaViS-user] Directing mails tagged as SPAM to some other mbox for within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Hi, Currently I am using following in amavisd.conf $spam_quarantine_to = 'spam-quarantine'; # default local quarantine @spam_quarantine_to_maps = ( { '.domain.com' => 'spams@...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi, Currently I am using following in amavisd.conf $spam_quarantine_to = 'spam-quarantine'; # default local quarantine @spam_quarantine_to_maps = ( { '.domain.com' => 'spams@domain.com', }, $spam_quarantine_to, # catchall ); This is redirecting all mails which are equal to or greater than $sa_kill_level_deflt(which is 9) to separate "spams" mbox for the domain but the mails tagged a "SPAM" are not redirected to this mbox . How do I redirect the "SPAM" tagged mails also to this "SPAMS" mbox? Please help. Thank you. -Sysadmin ------------------------------------------------------------------------- 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/ |