Re: spamassassin and bounces
Laurent Luyckx <[email protected]>
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Message-ID | <1055338742.5193.10.camel@portable> |
Why this then? 2003-06-11 15:36:41 19Q5mL-0007iW-Hc SA: Action: scanned but message isn't spam: hits=1.0 required=5.0 (scanned in 0/0 secs) 2003-06-11 15:36:41 19Q5mL-0007iW-Hc <= <> R=19Q5ia-00070t-P8 U=mail P=local S=3628 T="Mail delivery failed: returning message to sender" from <> for [email protected] 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 >