Re: [Exim] Interpreting Subject: lines - opinions, please

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Oliver Eikemeier
Data:  
Para: exim-users
Asunto: Re: [Exim] Interpreting Subject: lines - opinions, please
Philip Hazel wrote:

> On Fri, 4 Jul 2003, Frank S. Bernhardt wrote:
>
>>By changing the way $h_xxx expands do you risk breaking someone else's code?
>
> Possibly. That's why I'm asking for opinions.


You would break part of my spam filter:

  deny    condition      = ${if match{$h_subject:}{\N(?i)=\?big5\?[bq]\?[^\?]+\?=\N} {yes}{no}}
          message        = Sorry, nobody speaks chinese here


sorry about that...