[exim-dev] [Bug 423] callout verify failure message as a var…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 423] callout verify failure message as a variable
https://bugs.exim.org/show_bug.cgi?id=423

--- Comment #16 from Jeremy Harris <jgh146exb@???> ---
What I meant by reconstruct was something along these lines:

${if eq {$sender_verify_failure}{postmaster} \
            {Postmaster verification failed while checking <$sender_address>} \
{${if eq {$sender_verify_fail}{mail} \
            {Callback setup failed while verifying >$sender_address>} \
            {Verification failed for <$sender_address>} \
}}}


> Why is this relevant?


Because you started talking about logging. But no matter, having (re)created
a suitable text you can use it for either or both.

--
You are receiving this mail because:
You are the QA Contact for the bug.