On 26 May 2005 at 10:21, abc@??? wrote about
"Re: [exim] Re: how do i filter agai":
| 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
What is rbl_hosts? Is it satisfied by the messages that are still
getting through?
| message = UTF-8 not allowed
| log_message = UTF-8 not allowed in subject: $h_subject
| condition = ${if match\
| {${lc:$rh_subject:}}\
| {\Nutf\-8\N}\
{=?utf-8?} is better, I think. It won't match the subject in this
thread, for example.
| {yes}{no}}
Is this deny in your DATA ACL?
- Fred