Re: [exim] Unique filtering question

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: exim-users
Subject: Re: [exim] Unique filtering question
Stephen Gran wrote:
>
> Or, idiomatically,
>
> deny condition = $rcpt_fail_count


Heh, that hadn't occurred to me, but it should work just fine.

> and surely, pre-data is the better place for this?


Yup, that'd be more appropriate. No reason to accept the data if you're
going to deny the message regardless.

- Marc