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