On Mon, Nov 02, 2015 at 09:52:39AM +0000, Gary Stainburn wrote: > For process completion and tidy-up, as well as error analysis so far, I've > had > to resort to end-of-day batch processing to look for the 'Completed' log > entries and then perform post-process events. If I could hook into this in > real time it would make a number of my processes cleaner.
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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
