On 2/22/08, Günther J. Niederwimmer <[EMAIL PROTECTED]> wrote:
> Hello,
>
> i like to filter my spam banned .. mail with sieve ?
>
> I change my
> final_virus_destiny = D_DISCARD;
> final_banned_destiny = D_PASS;
> final_spam_destiny = D_PASS;
> final_bad_header_destiny = D_PASS;
>
> but all Emails are in the Directory
>
> $QUARANTINEDIR = '$MYHOME/virusmails';
>
> can any help a little ;)
>

Your banned, spam, and bad_header messages should be delivered to the
recipient(s) regardless of content. However, COPIES may go to
quarantine. The $final_*_destiny variables do not control
quarantining. BTW I hope your variables start with $. Since in
addition to passing the content, you also want to prevent
quarantining, one option is to disable quarantine for the selected
items:

$banned_quarantine_to = undef;
$bad_header_quarantine_to = undef;
$spam_quarantine_to = undef';

-- 
Gary V

-------------------------------------------------------------------------
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/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to