Re: [exim] Does $acl_verify_message actually work?

Top Page
Delete this message
Reply to this message
Author: Bryan Rawlins
Date:  
To: exim-users
Subject: Re: [exim] Does $acl_verify_message actually work?
Marc Perkel wrote:
> Been trying to use $acl_verify_message but it always returns an empty
> string. I'm even storing it in a variable to preserve it.
>
> warn    !condition = ${if def:acl_c_no_sender_verify}
>     !verify = header_sender/callout=2m,defer_ok,random
>     condition = ${if eq{recipient}{$sender_verify_failure}}
>     set acl_c_verify_failed = $acl_verify_message

>
>
> Am I doing something wrong?
>
>

Line 3 is never going to result in a TRUE condition AFAICT, what are you
trying to do there? Perhaps a 'match' with a regexp is in order?