[Dovecot] Sieve rule issue with certain character sets
Thomas Leuxner
tlx at leuxner.net
Fri Dec 31 13:25:13 EET 2010
-----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==?=" <user at domain.tld>
To: "=?UTF-8?B?ImJpbmQtdXNlcnNAbGlzdHMuaXNjLm9yZyI=?="
<bind-users at lists.isc.org>
Relevant sieve rule:
if allof (address :is ["To","CC"] ["bind-users at lists.isc.org","bind-users at isc.org","comp-protocols-dns-bind at isc.org"],
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-----
More information about the dovecot
mailing list