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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: abc
Date:  
À: exim-users
Sujet: 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