Author: Kjetil Torgrim Homme Date: To: exim-users Subject: Re: [exim] Advanced regexp question
On Wed, 2007-05-30 at 16:51 +0200, Magnus Holmgren wrote: > *But*, I'm not sure what exactly you want. If you simply need the decoded
> length, $header_*: will do the decoding for you, so $header_Subject: below
> should already have the encoding removed.
I'd just like to point out that strlen returns the length in octets
rather than characters, and so it will vary with your setting of
headers_charset.