Re: [exim] Reject Straight After Data Command

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Marc Sherman
Dátum:  
Címzett: exim-users
Tárgy: Re: [exim] Reject Straight After Data Command
Craig Whitmore wrote:
> Hi there.
>
> I am waiting to reject If the Data Command is said under a conditional. At
> the moment I have
> to wait until the \n.\n is said, but rejecting on the act DATA command would
> be great.
> I am playing with BATV and I would like to reject on <> ONLY if the data is
> sent as well
> (so callbacks and BATV work together).


Use the predata ACL.
http://exim.org/exim-html-4.60/doc/html/spec.html/ch39.html#id2659790

- Marc