Re: [exim] Unique filtering question

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Marc Sherman
Date:  
À: exim-users
Sujet: 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