Re: SAEximRunCond Always return 1
sil <[email protected]> Sat, 21 Aug 2010 18:40:16 +0200
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Message-ID | <[email protected]> |
Le 19/08/2010 17:17, Marc MERLIN a =E9crit :
> You gave:
> SAEximRunCond: ${if and {{def:sender_host_address} {!eq
> {$sender_host_address}{127.0.0.1}} {!eq {$h_X-SA-No-Run:}{Yes}} } {1}{0}}
> when it should likely be:
> SAEximRunCond: ${if and {{def:sender_host_address} {!eq
> {$sender_host_address}{127.0.0.1}} {!eq {$sender_host_address}{::1}}
> }{1}{0}}
> =
I'm so confused, the problem was so stupid !
In the next paragraph of the config file an other SAEximRunCond was
overwriting the good one.
Now it works great !
Thanks for your help.
Sil