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. -- Kjetil T. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
