Re: [Exim] Dodging DATA ACL by recipient

Inizio della pagina
Delete this message
Reply to this message
Autore: Sheldon Hearn
Data:  
To: exim-users
Oggetto: Re: [Exim] Dodging DATA ACL by recipient
On (2002/10/22 14:16), Greg Ward wrote:

> Now I want to add a wrinkle: if the message is destined for
> python-18n@??? or mailman-i18n@???, skip this check.
> Tried the obvious thing, ie. add
>
> recipients = !mailman-i18n*@??? : !python-i18n*@???
>
> to the ACL, but that just made Exim return a 451 error and complain:

[...]
> Can anyone think of a clean, simple way to implement this in a DATA ACL?
> Or should I just move this test to local_scan(), where I can pick
> whichever of the above interpretations I like?


I would extend the condition, testing for a regex match against either
of those addresses for $recipients.

Ciao,
Sheldon.