Re: [exim] Unique filtering question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Sherman
日付:  
To: exim-users
題目: 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