RE: Do not issue temporary reject when spamd is unavailable.
"Frank DeChellis" <[email protected]> Tue, 31 May 2005 13:36:44 -0400
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
OK, so I want to have my exim scan with Spam Assassin. if spamassassin is
busy I want the email sent through to the end user and not scanned again
later. I've tried /defer_ok in a few places but my problem is when it
defers, it sends the email through anyway then scnas it again..it resulted
in multiple copies of email getting through. How would I configure this
group of statements to satisfy my needs (I don;t like how that sounded ha
ha)
warn message = X-Spam-Score: $spam_score ($spam_bar)
spam = nobody:true
warn message = X-Spam-Report: $spam_report
spam = nobody:true
warn message = Subject: *SPAM* $h_subject:
spam = nobody
deny message = This message scored $spam_score spam points
spam = nobody:true
condition = ${if > {$spam_score_int}{60}{1}{0}}
Thanks
Frank
> -----Original Message-----
> From: Peter Bowyer [mailto:[email protected]]
> Sent: Friday, May 13, 2005 6:36 PM
> To: [email protected]
> Subject: Re: [exiscanusers] Do not issue temporary reject when spamd is
> unavailable.
>
>
> On 09/05/05, John C. Ring, Jr. <[email protected]> wrote:
> > Previously I was using the
> http://marc.merlins.org/linux/exim/sa.html patch to
> > have SpamAssassin reject messages at run time. I upgraded exim
> and switched to
> > using exiscan for doing this last week.
> >
> > However, I now notice that if exiscan cannot contact spamd, it issues a
> > temporary rejection. Can I change that? If not, I may have to
> go back to the
> > other system. Exim's more reliable then SpamAssassin. If our
> spam filtering
> > fails for a bit, such as over a weekend, while that's annoying,
> it wouldn't be
> > a big deal. But no e-mail during that period? That would be
> considered a
> > problem.
>
> spam = xxxx/defer_ok
>
> Peter
> --
> Peter Bowyer
> Email: [email protected]
> Tel: +44 1296 768003
> VoIP: sip:[email protected]
>
>
>