David W Smith wrote:
> acl_check_mime:
>
> # redirection of zip files to a special account
> warn message = X-Redirect-Zip-To: [relevant email address]
> condition = ${if match \
> {${lc:$mime_filename}} \
> {\N( \.zip)$\N} \
> {1}{0}}
Looks good, except for the whitespace in front of \.zip. Or was that
introduced by cut and paste?
/tom