Re: spamassassin and bounces
Laurent Luyckx <[email protected]>
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Message-ID | <1055339089.5193.13.camel@portable> |
Arrghh
I found the problem.
I had this on my config file:
SAEximRunCond: ${if and {{def:sender_host_address} {!eq
{$sender_host_address}{127.0.0.1}} {!eq {$h_X-SA-Do-Not-Run:}{Yes}} }
{1}{0}}
SAEximRunCond: 1
and it tooks SAEximRunCond: 1
Sorry for this.
On Wed, 2003-06-11 at 15:33, Richard Lithvall wrote:
> Laurent Luyckx wrote:
>
> > Does someone knows how to prevent spamassassin to not scan bounce
> > messages created by the server himself?
>
> in sa-exim's config:
> SAEximRunCond: ${if and {{def:sender_host_address} {!eq
> {$sender_host_address}{127.0.0.1}} {!eq {$h_X-SA-Do-Not-Run:}{Yes}} } {1}{0}
> }
>
> > I didn't find any help on this.
>
> It's all in the bundled example config.
>
> /Richard
>