Mark Nipper wrote: > On 28 Nov 2006, Marc Perkel wrote: > >> I have yet to fine the variable that contains the response. Does anyone >> know what variable that would be? >> > > All I can say is "wow". > --- > http://www.exim.org/exim-html-4.63/doc/html/spec_html/ch39.html#SECTaddressverification > > After an address verification failure, $acl_verify_message > contains the error message that is associated with the failure. > It can be preserved by coding like this: > > warn !verify = sender > set acl_m0 = $acl_verify_message > > If you are writing your own custom rejection message or log > message when denying access, you can use this variable to include > information about the verification failure. >
That variable doesn't contain the rejection string returned by the other server. It's not the one I'm looking for. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
