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

Top Page
Delete this message
Reply to this message
Author: abc
Date:  
To: Andreas Metzler
CC: exim-users
Subject: Re: [exim] Re: how do i filter against utf-8 headers
On Thu, 26 May 2005, Andreas Metzler wrote:
> Use $rh_subject.
> <http://www.exim.org/exim-html-4.50/doc/html/spec_11.html#IX830>


Thanks... but that did not work. UTF-8 Subject lines still getting
through.

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