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 09:50:26 +0000 (09:50 +0000)
commitf712b85f8ccd3f9ada3fac2dda8f5ced66658c2a
treee071c2a41233f5ccfec6e582729a33a49eb0c040
parent5671cc812085936656f964fa2c3920a3c250362b
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