On 2011-12-14 at 14:34 -0800, Marc Perkel wrote: > I'm probably blind but I'm looking for a variable to read to determine > either the return code of the last message sent or perhaps whether there > was a deny. Just something to tell of the email was passed or not.
Update an $acl_c_* variable in acl_smtp_data at the point where you accept or reject the message, reference it later in the connection lifetime. -Phil -- ## 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/
