Michael Zanin wrote:
> warn message = This message contains a MIME error ($demime_reason)
> demime = *
> decode = /tmp/$message_id
> condition = ${run {/bin/cp /home/spool/scan/$message_id/$message_id.eml /tmp/$message_id}{1}{0}}
> #condition = ${if >{$demime_errorlevel}{2}{1}{0}}
> warn message = Relaying denied
You are mixing the old "demime" stuff with the new MIME ACL conditions.
"decode" as well as all $mime_* expansion variables belong into the MIME
ACL, and "demime" belongs into the DATA ACL.
regards,
/tom