On 10/29/07, Voytek wrote:
>
> On Sat, October 20, 2007 2:45 am, Gary V wrote:
>
> Gary,
>
> I've been following your web resources, and, got maildrop installed,
> installed your maildrop script;
>
> but I'm still missing something in amavisd.conf, all spam and viruses
> currently go to QUARANTINE /var/virusmail
>
> what do I need to unhook spam/badh from /var/virusmail' and deliver to
> user+spam ?
>
> # grep recipient_d amavisd.conf
> $recipient_delimiter = '+'; # undef disables address extensions altogether
>
> # grep ddr_extension_spam_maps amavisd.conf
> @addr_extension_spam_maps = ('spam');
>
For spam, quarantine is triggered by kill_level, so, to prevent spam
from getting quarantined, you could set kill_level high (like 9999).
For example:
$sa_kill_level_deflt = 9999;
This means the user should get all the spam, with spam above
tag2_level addressed to [EMAIL PROTECTED]
Exactly what is it you want to do with a message that has a bad header?
For example, if you want to pass bad_header messages and prevent them
from getting quarantined, you could set:
$final_bad_header_destiny = D_PASS;
and:
$bad_header_quarantine_to = undef;
>
> Voytek
>
--
Gary V
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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/