Mark Douglas wrote:
condition = ${if >{$mime_content_size}{1k}{1}{0}}
Make that
condition = ${if >{$mime_content_size}{1}{1}{0}}
$mime_content_size contains the size already in kilobytes. This is a
historical misdesign, but now too late to fix.
/tom
smime.p7s
Description: S/MIME Cryptographic Signature
-- ## 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/
