On 23 Mar 2018, at 07:15, Mueller via Exim-users <[email protected]> wrote:
> 
> warn condition = ${if match{h_x-spam-status:}{"UNPARSEABLE_RELAY"}}

That should be (untested):

warn condition = ${if match{$h_x-spam-status:}{\NUNPARSEABLE_RELAY\N}}

You need a leading $ on the header name, and the \N...\N markers to delimit the 
expression and prevent exim trying to expand anything in there.

Graeme
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to