Help with SAEximRunCond
Torsten Mueller <[email protected]> Sat, 12 Jul 2008 20:01:53 +0200
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Message-ID | <[email protected]> |
Hello,
possibly someone can help me.
Currently i run exim 4.69 with sa 4.2.1 with
SAEximRunCond: ${if and {{!def:authenticated_id}
{def:sender_host_address} {!eq {$sender_host_address}{127.0.0.1}} {!eq
{$h_X-SA-Do-Not-Run:}{Yes}} } {1}{0}}
To build a spamtrap i would like to exclude some E-mail addresses.
As an example E-Mail i want to exclude [email protected]
I already tried some things, but it didn't work yet.
Is there a working example around, that shows me, how i could
do that ?
Thanks
Torsten