-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have a global sieve rule in place to filter mailing-lists. This has worked 
well so far. Recently however one subscriber on a list seems to create strange 
character set encodings in the 'From' and 'To' headers. This leads to 
unprocessed/unfiltered mails (no errors thrown). Is this a configuration or 
Pigeonhole issue (latest HG used)?

Headers from failing mail:

From: "=?UTF-8?B?VG9yaW50aGllbA==?=" <[email protected]>
To: "=?UTF-8?B?ImJpbmQtdXNlcnNAbGlzdHMuaXNjLm9yZyI=?="
        <[email protected]>

Relevant sieve rule:

if allof (address :is ["To","CC"] 
["[email protected]","[email protected]","[email protected]"],
        header :contains "List-Id" "bind-users.lists.isc.org")
        {
        fileinto "Public/Mailing-Lists/Bind-Users";
        }

Regards
Thomas

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.16 (Darwin)

iEYEARECAAYFAk0dvZ4ACgkQ+meF/S97aXgYTACfZC70bsYn3d4/VRY2GfK5lF0k
xOIAnRsBliv9EErA919vc5KoTAHhq3rC
=IE3C
-----END PGP SIGNATURE-----

Reply via email to