Hello
Thank you for answer. >> If I'm not mistaken, this solution does NOT support UserPref settings ??? > > no idea, but some may do. > I must check it. is it reading usepref (maybe for first recipient). >> Especially if the incoming message is addressed to a few people. > > Technically not possible. in case of one message to multiple recipients it's > only possible to accept it or reject it (use sane default values). Standard exim procedure check only once spam and then I can deny or accept. If SA is run by router, for each recipient start another exim process and check spamc. SA is working on user (recipient) userprefs. It is much slower (special if recipient is > 1) that standard SA procedure (in ACL) in Exim. But I think is more flex for user :) Yes I can reject/deny mail if is very high score but: 1. I don't know how do that in router (not in ACL by "deny") 2. Still I don't know how flag message as "Spam_kill" in Spamassassin > the "spam" directory is a good idea, e.g. with courier's imap and its > emptytrash feature (set to 91 at my former employer) yes. 1. Normally if mail _SCORE_ > required_score set by user mail is moved to user .SPAM folder. 2. But additional I want make deffault setting kill_score = 20 - user can change it for ex. kill_score = 9999 if user don't want delete/reject anything. Or to kill_score=7 if want reject many SPAM mails. This is my idea. And if _SCORE_ > kill_score (set by user) - exim do action delete (move to dev/null) or deny/reject (If is possible is better :) Best Regards.