On Wed, 8 Jun 2005 16:54:49 +0100 Tony Finch wrote: > On Wed, 8 Jun 2005, Frank Elsner wrote:
> >
> > Why can I use "senders = ..." but not "recipients = ..." in the "acl_not_smtp" ?
>
> Because there may be more than one recipient and Exim can't accept some
> and deny others.
I don't want to deny/accept, I want to test for a certain recipient.
BTW, the variable $recipients is available (I use it in an error message).