Re: [Exim] parsing recipients in system filter

Top Page
Delete this message
Reply to this message
Author: Patrick von der Hagen
Date:  
To: exim-users
Subject: Re: [Exim] parsing recipients in system filter
--
On Sat, 2002-02-16 at 01:35, Mike Scott wrote:
> Even though I use the RBL functionality in Exim, I have certain users that
> wish to receive all messages regardless of RBL status. What I've done is
> put all my rbl_domains on warn mode. Then in my system filter, dump all
> messages with the X-RBL-Warning: tag EXCEPT these users. My problem is

I had a simmilar problem recently. I solved it by applying a director.
spamuser:
driver = localuser
condition = "${if def:h_X-Spam-Flag: {1}{0}}"
transport = spam_delivery
local_parts = me:you

spam_delivery will save the mails in a special folder (might as well be
/dev/null).

--
CU,
Patrick.
"Never run on auto-pilot" - The Pragmatic Programmer
--
Content-Description: This is a digitally signed message part

[ signature.asc of type application/pgp-signature deleted ]
--