> I seriously hope you just mis-worded that. Bounce!? That would be after > *accepting* a message, and with spam generally will be bounced to a > forged, innocent bystander -- not the spammer. So please, tell me you > actually meant to say REJECT. That is, not accept by the MX.
No, i didn't know it better, i had D_BOUNCE indeed! I had in amavis-conf: $final_spam_destiny = D_BOUNCE; $final_banned_destiny = D_BOUNCE; should be much better like this: $final_spam_destiny = D_REJECT; $final_banned_destiny = D_REJECT; It was default with D_BOUNCE so i used this. But you are very right, the bounce is old (according to the Postfixbook from heinlein) and i put reject now. Thanks again! -- View this message in context: http://old.nabble.com/Blacklist-for-spam-words-tp29726548p29733474.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.