On 02.06.2015 18:50, Jeremy Harris wrote:
> On 02/06/15 10:47, Roman Rybalko wrote:
>> 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.
>
> The usual way would be to do something like
>
> ${local_part:${lc:$smtp_command_argument}}}
>
Thanks for advice!
I will use the clause ${address:$smtp_command_argument} instead
$local_part@$domain.
Perhaps I will not make a proper pull request since $local_part &
$domain are filled in routers code, so with my patch they would be
filled twice.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim
details at http://www.exim.org/ ##