Hello,

Am Freitag, 22. Februar 2008 16:32:40 schrieb Gary V:
> > 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:

my variables is starting with $ ;)
but i don't understand the newer amavisd :(.

the bad_header mails in older versions (default D_PASS) is going through ? In 
newer version the bad_header mails are landing in $quarantine and no COPIE is 
going through ?

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

OK, I have to test this, THANKS

-- 
mit freundlichen Grüßen / best Regards

 Günther J. Niederwimmer

-------------------------------------------------------------------------
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