Re: [exim] Re: how do i filter against utf-8 headers

Pàgina inicial
Delete this message
Reply to this message
Autor: abc
Data:  
A: exim-users
Assumpte: Re: [exim] Re: how do i filter against utf-8 headers
That worked. Thanks to everyone.

The final result... my check_message ACL looks like this:

   deny    hosts = +rbl_hosts
           message = UTF-8 not allowed
           log_message = UTF-8 not allowed in subject: $rh_subject
           condition = ${if match\
           {${lc:$rh_subject:}}\
           {\N\=\?utf\-8\?\N}\
           {yes}{no}}


accept