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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tom Kistner
Datum:  
To: David W Smith
CC: exim-users
Betreff: 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