Andi wrote:

> Hi,

> can someone comment or give me suggestions to my questions?

> Andi Voss schrieb:
>> As I undestand it right, the TO: is changed into andi+spam and the mail
>> ist still delivered to [EMAIL PROTECTED] - right?
>> So the local mailer or cyrus/sieve or something other can filter the TO:
>> header and put it to the spam-folder?
>> So I've to setup a standard SPAM folder for each user with a filter rule
>> for sieve (in my case) that filters the special TO: headers to this
>> folder?

AFAIK, Cyrus directly supports plus addressing. Maybe your maildrop or
sieve is getting in the way with how things are working, or cyrus is
not configured properly but I'm not familiar with any of those
aforementioned programs so this is a guess.

http://cyrusimap.web.cmu.edu/imapd/faq.html

> I mean a standard SPAM folder in the users account.
> What is here the best proceeding on production server?
> Same to the next question.

>> I put the $final_spam_destiny = D_DISCARD;
>> Now it is possible to set it to D_PASS and every SPAM detected
>> (additionaly
>> $sa_kill...=5 up to $sa_quarantine_cutoff_level = 7 to the D_DISCARD
>> version) would be delivered to [EMAIL PROTECTED] - correct?

If $final_spam_destiny = D_PASS; then all spam is passed, no matter
what kill_level is set to. If set to D_DISCARD, then mail is
quarantined at kill_level (if you have configured a quarantine of one
kind or another) and then you can drop (delete) quarantined mail that
scores higher than quarantine_cutoff_level if desired.

>>
>> I don't want to send a DSN at all, so it has to be higher than
>> $sa_kill... because only for hits higher than $sa_kill.. the
>> $final_spam_destiny take affect and the $sa_dsn_cutoff_level = 6.01; could
>> work if I want to.
>> Is this understanding right?

If you don't want to send DSN, then only use D_PASS or D_DISCARD.
Don't use D_BOUNCE or D_REJECT as either would send a DSN.

> Thanks for help.
> Andi

Gary V


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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