I have applied the suggested amendment below and also the patch at:
http://git.dbmail.eu/paul/dbmail/patch/?id=17a2e61917ae64b1f20039f49b70b9130 b678c87 to my testbox 3.1.4[mod] installation and can confirm that my Outlook client is now able to read all messages correctly (both the test messages sent to Paul which he fixed in his patch and ones I didnt but which had the same issue with Sergej corrected, namely mime headers appearing in my outlook message, mainly on read receipts as it happened). I will continue running my own Outlook client through my test box and when there is a 3.1.5 or so release or (if someone here offends me ;-) I will route their thunderbird through the test box too. In the meantime Im back on 3.0.2 on my production server. Daniel Sergej Pupykin Tue, 03 Sep 2013 04:42:07 -0700 At Tue, 03 Sep 2013 15:30:24 +0400, Sergej Pupykin <[email protected]> wrote: > f22f3150a746f9c0dc9ac18782ad547649ce1a3d looks wrong. > > + while (rest[i]) { > + if (wantquote && rest[i]=='"') > + break; > + if (! wantquote && isspace(rest[i])) > + break; > + i++; > + } > + > + > > probably should be > > + if (! wantquote && (isspace(rest[i]) || rest[i] == ';')) > > or something like this. ------------------------ CWA International Balmoral House 9 John Street London WC1N 2ES (t) + 44 (0)20 7242 8444 (e) [email protected] (w) http://www.cwa.uk.com/
_______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
