Re: [exim] EXIM 'Completed' hook'

Pàgina inicial
Delete this message
Reply to this message
Autor: Gary Stainburn
Data:  
A: exim-users
Assumpte: Re: [exim] EXIM 'Completed' hook'
On Monday 02 November 2015 11:21:52 Evgeniy Berdnikov wrote:
> If your processing model is "one message per SMTP connection", you can use
> QUIT acl as a place for post-processing hook. However, for some exceptions
> such as loss of tcp connection this QUIT acl would not be run.
> --
> Eugene Berdnikov


Thanks for this. I can't believe I've missed this one as I'm already using
acl_smtp_notquit for analysis of caught SPAM and virus emails etc.

Gary