[exim-dev] Fill $local_part & $domain for acl_smtp_vrfy - ch…

Top Page
Delete this message
Reply to this message
Author: Roman Rybalko
Date:  
To: exim-dev
Subject: [exim-dev] Fill $local_part & $domain for acl_smtp_vrfy - check the patch
Hello folks!

I need to check the VRFY address in the acl_smtp_vrfy, but seems the
$local_part and $domain is not filled for acl_smtp_vrfy.

I made a patch for this:
https://github.com/Exim/exim/compare/exim-4_84...roman-rybalko:vrfy_addr-4_84

Please note, I made changes for acl_check() func - I changed the "if
(where == ACL_WHERE_RCPT || where == ACL_WHERE_PRDR )" clause which may
affect another code. Could you please check, will it break something or
is it OK?

--
Best regards,
Roman Rybalko