Hi,

> condition = ${if >{$demime_errorlevel}{2}{1}{0}}

    condition = demime_errorlevel > 2 ? 1 : 0

> condition = ${if >{$demime_errorlevel}{2}}

    condition = demime_errorlevel > 2 ? 'true' : ''

This shouldn't make any difference. (I used pseudo code to explain the
result of the expansion.)

    Best regards from Dresden/Germany
    Viele Grüße aus Dresden
    Heiko Schlittermann
-- 
 SCHLITTERMANN.de ---------------------------- internet & unix support -
 Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} -
 gnupg encrypted messages are welcome --------------- key ID: F69376CE -
 ! key id 7CBF764A and 972EAC9F are revoked since 2015-01 ------------ -

Attachment: signature.asc
Description: Digital signature

-- 
## 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