When QP encoding, we need to convert blanks to underscores
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 20 Aug 2011 09:50:26 +0000 (09:50 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 20 Aug 2011 12:06:04 +0000 (12:06 +0000)
commit911f9d2cef2464a83b73783260d1774285816351
tree11c7dad446a710f4fcf1c9c0d016ed77d4802d61
parentac344161ba3eb3f73ee38c376dc02210e714e24a
When QP encoding, we need to convert blanks to underscores

  - Spamassasin test 'BAD_ENC_HEADER' matches if a subject looks like that:
     Subject: =?UTF-8?Q?=5Btestml=5D l=C3=B6sch misch ey.?=
    it needs to look like that:
     Subject: =?UTF-8?Q?=5Btestml=5D_l=C3=B6sch_misch_ey.?=
libcitadel/lib/stringbuf.c