Re: [Exim] $domain in ACL's, and multiple RCPT TO's

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Tor Slettnes
Ημερομηνία:  
Προς: Avleen Vig
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] $domain in ACL's, and multiple RCPT TO's
On Apr 2, 2004, at 09:42, Avleen Vig wrote:
> Turns out that yes, multiple domain rcpt's can be set in a single
> transaction. This seems a little broken to me, but it is the way it is.


That's standards (RFC822) and efficiency for you.

You could of course issue a temp reject (4xx) code for the 2nd
recipient and onward, forcing the sender to retry delivery to these
recipients in a separate transaction. In the same vein, you could then
assign $local_part and $domain to one of the $acl_cX variables, thus be
able to use these in the DATA ACL.

This, too, means that delivery to more than one recipient would take
about 30 minutes per recipient (or whatever frequency the sender uses
for retries).

-tor