Chris Knipe wrote:
Lo all,

Should be fairly straight forward, what's wrong? :)

condition = "${if and { {$interface_port}{10025} {!eq {$received_protocol}{spam-scanned}}} {0}{1}}"

One "eq" is missing and your logic is bogus

condition = ${if and {\
    {eq {$interface_port}{10025}}\
    {eq {$received_protocol}{spam-scanned}}\
  }{0}{1}}


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

Reply via email to