Re: exiscan spamassassin conditions
Lance <[email protected]> Thu, 28 Oct 2004 10:51:28 -0600
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
I'm not quite sure I follow on this. How would exim know when to rewrite the subject if there is no condition telling it when? If I took the condition out wouldn't it be rewriting the subject for all messages then? I also have a deny statement that will be rejecting per user also with a setting they will be able to set.. The default was 15 to deny but this will change once I get this one working, that rule comes right after the **SPAM** rewrite. Lance On 10/28/2004, "Adrian Woizik" <[email protected]> wrote: >* Lance | 2004-10-27 22:03:43 [-0600]: > >> warn message = X-New-Subject: **SPAM** $h_subject: >> log_message = System filter tagged as spam - (score=$spam_score). >> spam = $recipients >> condition = ${if >{$spam_score_int}{50}{1}{0}} > >Try it without the condition line. It will only be triggered if it is >above the required_hits from SA. > >Regards, >-- >Adrian Woizik > >