This is a discussion on [AMaViS-user] Mapping spam to two different mail account within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; I tried in amavisd.conf to send spams with unknown incoming mail addresses to an internal mail account spamall. That ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I tried in amavisd.conf to send spams
with unknown incoming mail addresses to an internal mail account spamall. That is working fine. All other correct existing mails adresses with spam should go to an account spamadmin. But I do not receive any mail in this mail box. I inserted a "!" that all correct mails should go to spamadmin: [BEGIN] $spam_quarantine_to = new_RE( # per-recip multiple [qr'^spamall@arnold\.at$'i => 'spamall@arnold.at'], [qr'!^spamall@arnold\.at$'i => 'spamadmin@arnold.at'] ); [END] What is here wrong or how can I do this with amavis. Thanks Harald ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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/ |