Wrong Subject: format and ERR_systemerr [message #18183] |
Wed, 12 May 2004 21:55 |
scyld
Messages: 13 Registered: May 2004
Karma: 0
|
Junior Member |
|
|
1. when notification is send via e-mail the subject: field is wrongly encoded, ie.:
Subject: =?ISO-8859-2?B?Tm93YSB3aWFkb21vtuYgdyB3sXRrdSBPZHA6IFBvbHNraWUgdLN1bWFjemVuaWUgdXR3b3J6b25h
IHByemV6IHW/eXRrb3duaWthIEFub25pbQ==?=
That is 2 lines. In case of multiple line subject it should be (example):
Subject: =?ISO-8859-2?B?sdkfhjgsjdfhghskdjfhg==?=
<tab>=?ISO-8859-2?B?sdfkjgshdfkjghsdfg==?=
<tab>and so on...
2. in such notification, when body of post is included, the "Quote" link (http://forum_url/index.php/r/reply_to/10///"e=true) results in ERR_systemerr.
Also when post author is anonymous the author field in notification is empty (maybe not a bug ).
Cheers,
Scyld de Fraud
|
|
|
|
Odp: Re: Wrong Subject: format and ERR_systemerr [message #18186 is a reply to message #18185] |
Wed, 12 May 2004 22:23 |
scyld
Messages: 13 Registered: May 2004
Karma: 0
|
Junior Member |
|
|
Ilia napisał(a) dnia czw, 13 maj 2004 12:09 | 1) All the e-mail clients I've tried can display this correctly. When I began splitting the header into multiple lines some mail clients began having parsing problems.
|
FUDforum 2.6.3RC3 _is_ sending multiple line subject, and this will be correctly parsed by MUAs if the header is in right format:
Cytuj: | line1: Subject: =?charset?B?...==?=
line2: <tab character>=?charset?B?...==?=
...
|
I've tested this with Mozilla Mail and mutt.
Scyld de Fraud
|
|
|
|
|
|