Re: [exim] Reject Straight After Data Command

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Marc Sherman
Data:  
Para: exim-users
Asunto: 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