John Dalbec wrote:
>
> In the check_recipient ACL I have
> ---
> deny senders = "user1@host1 : \
> user2@host2 : \
> user3@host3"
> ---
> Mail from user1@host1 and user3@host3 is still getting through because
> Exim is matching against <"user1@host1> and <user3@host3">. I can fix
> this by removing the quotes, but is this a bug or a documented feature
> that I'm not finding?
>
Lists of items in Exim are never quoted; individual items may need to be quoted
if they contain special characters. What you have provided to Exim is a list
containing a single item that will never match anything (except a very badly
formed sender address).