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:32 +0000 (12:06 +0000)
commit1b1e50de8955c29fead563a561912c994c122eff
treec011180712dd4281a1c3ec882f503462f0ba0ce1
parente395ebd37ccd1ff4af1f6878465852bcffb24e46
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