Re: [exim] Smart_route ignoring condition?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] Smart_route ignoring condition?
On 24/06/15 23:40, Danielle M. wrote:
> smart_route:
>      condition = {${if eq{$acl_c_MSP}{1}}}


http://exim.org/exim-html-current/doc/html/spec_html/ch-generic_options_for_routers.html

"if the result is a forced failure, or an empty string, or one of the
strings “0” or “no” or “false” (checked without regard to the case of
the letters), the router is skipped, and the address is offered to the
next one.

If the result is any other value, the router is run"


Your option value evaluates as "{true}" or "{}".
--
Cheers,
Jeremy