> Nicklas wrote:
> 
> > I'd like to do hard blacklisting. How do you reject / block the 
> > message from reaching the recipient. Now, it is just tagged as spam.
> 
> > Thanks,
> > Nicklas B
> 
> Please place your replies at the bottom of the message, like 
> I am doing.
> 
> Does the X-Spam-Status header show something like:
> X-Spam-Status: No, score=0 tag=x tag2=5 kill=7 BLACKLISTED
> 
> If so, then it should get quarantined. If not, then the 
> sender is not blacklisted (you need to check your setting for 
> the sender).
> 
> If the recipient is a spam_lover, or you have set:
> $final_spam_destiny       = D_PASS;
> Then one copy will go to quarantine, and another to the recipient.
> 
> Gary V

Yes, it get's BLACKLISTED but still ends up at the recipient. I have
$final_spam_destiny = D_DISCARD;.

Could it have something to do with my @spam_quarantine_to_maps setup?

@spam_quarantine_to_maps = (
   read_hash("/spam-bins"),
   $spam_quarantine_to,
);

Nicklas B




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
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/

Reply via email to