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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Tom Kistner
Päiväys:  
Vastaanottaja: David W Smith
Kopio: exim-users
Aihe: 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