https://bugs.exim.org/show_bug.cgi?id=1733
Jeremy Harris <jgh146exb@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jgh146exb@???
Assignee|nigel@??? |jgh146exb@???
--- Comment #1 from Jeremy Harris <jgh146exb@???> ---
Works for me:
# exim -be -Mset 1ZzKvh-0000S2-JQ '$received_protocol'
esmtp
# exim -be -Mset 1ZzKvh-0000S2-JQ '${if !inlist
{$received_protocol}{bsmtp-sa:local} {true}{false}}'
true
# exim -be -Mset 1ZzKvh-0000S2-JQ '${if inlist
{$received_protocol}{bsmtp-sa:local} {true}{false}}'
false
#
#
# exim -be -Mset 1ZzKvh-0000S2-JQ '${if !inlist
{$received_protocol}{esmtp:local} {true}{false}}'
false
# exim -be -Mset 1ZzKvh-0000S2-JQ '${if inlist
{$received_protocol}{esmtp:local} {true}{false}}'
true
#
Could you run yours again with an additional "-d-all+expand" option, and
paste the results?
--
You are receiving this mail because:
You are on the CC list for the bug.