Re: [exim] Exim 4 - quarantine zip files in a special accoun…

Pàgina inicial
Delete this message
Reply to this message
Autor: Tom Kistner
Data:  
A: David W Smith
CC: exim-users
Assumpte: Re: [exim] Exim 4 - quarantine zip files in a special account
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