On 20/10/2020 13:43, Matthias Rieber via Exim-users wrote:
Another issue while trying to do that in the ACL phase was, that I couldn't access the result of the verified RCPT TO address. I thought the result of the last router is available in the $address_data variable in the acl_smtp_rcpt ACLs. Probably I did something wrong.
Only if the specific router actually set $address_data. If you use verify = recipient in your ACL you'll get the last value of $address_data any of your routers set. If not it's emtpy/undefined. Greetings, Wolfgang -- Wolfgang Breyha <[email protected]> | https://www.blafasel.at/ Vienna University Computer Center | Austria -- ## 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/
