https://bugs.exim.org/show_bug.cgi?id=1733
Jeremy Harris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #1 from Jeremy Harris <[email protected]> --- 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. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
