[Bug 371143] New: mime issue in the footer on the opensuse-hu mailing list
https://bugzilla.novell.com/show_bug.cgi?id=371143 Summary: mime issue in the footer on the opensuse-hu mailing list Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: opensuse-communityscreening@forge.provo.novell.com ReportedBy: kkemenczy@novell.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- There are some garbage in the footer that makes the mail empty on the gmail view. please check this: http://lists.opensuse.org/opensuse-hu/2008-02/msg00014.html http://lists.opensuse.org/opensuse-hu/2008-03/msg00006.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=371143 User kkemenczy@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=371143#c1 kalman kemenczy <kkemenczy@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ke@novell.com Priority|P5 - None |P2 - High --- Comment #1 from kalman kemenczy <kkemenczy@novell.com> 2008-08-23 09:44:49 MDT --- What should I do to someone take care of this issue. The Hungarian mailing list is useless until someone will fix this issue. Please check the latest buggy mail: http://lists.opensuse.org/opensuse-hu/2008-08/msg00021.html Karl, please help me to find the right person who will really work on that. Many thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=371143 User kkemenczy@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=371143#c2 --- Comment #2 from kalman kemenczy <kkemenczy@novell.com> 2009-01-03 00:51:13 MST --- Are there any plan to fix this issue? Are there any workaround? thanks kalman -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=371143 User ke@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=371143#c3 Karl Eichwalder <ke@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hvogel@novell.com, martin.lasarsch@novell.com --- Comment #3 from Karl Eichwalder <ke@novell.com> 2009-01-07 03:09:25 MST --- Is someone actually screening this component? Henne, can you please help with this issue? Or Martin? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=371143 User kkemenczy@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=371143#c4 --- Comment #4 from kalman kemenczy <kkemenczy@novell.com> 2009-01-09 06:26:13 MST --- after a short investigation I think I found the problem. all mail from google went out with the following header: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline Regarding the one year old conversation on the mail list (http://osdir.com/ml/mail.mlmmj.general/2007-12/msg00002.html). conclusion: Should NOT get a plaintext footer added, because it would cause the base64 to not decode. This issue will be not fixed officially in the mlmmj (http://osdir.com/ml/mail.mlmmj.general/2007-12/msg00003.html) Few options left: a) found the way to change Content-Transfer-Encoding from base64 to 8bit on gmail b) declare that gmail is not supported on opensuse mailing lists c) remove the plaintext footer on the lists and change it somehow d) use any non-"official" mlmmj patch e) use another mailing list software :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=371143 User enovak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=371143#c5 Ervin Novak <enovak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |enovak@novell.com --- Comment #5 from Ervin Novak <enovak@novell.com> 2009-01-09 07:03:35 MST --- When one sends an email from Gmail, it's encoded depending on the content of the mail. > arvizturo tukorfurogep Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > árvizturo tükörfúrógép Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > árvíztűrő tükörfúrógép Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: base64 In case of opensuse-hu the footer is the following plaintext: [footer] -- To unsubscribe, e-mail: opensuse-hu+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-hu+help@opensuse.org [/footer] But isn't added in a new MIME part, it's appended to the end of the base64 encoded part. So a client will decode the plaintext footer, too. The result is familiar: enovak@enovak:~> mimencode -u -- To unsubscribe, e-mail: opensuse-hu+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-hu+help@opensuse.org �����v+b�v�r��jwl���j)���������i��^�ˬ{�+ which is exactly the same as seen on the mailing list. > a) find the way to change Content-Transfer-Encoding from base64 to 8bit on gmail Can not be set. Anyone who uses accented characters, will send a base64 encoded mail from gmail. > b) declare that gmail is not supported on opensuse mailing lists For the Hungarian list, we should (as for now). > c) remove the plaintext footer on the lists and change it somehow > d) use any non-"official" mlmmj patch There could be a parser, which decides in virtue of encoding: * emails with 7bit/8bit/quoted-printable encoding get the plain text footer; * emails with base64 encoding get a base64 encoded footer; * emails with unknown encoding should not get a footer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=371143 User enovak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=371143#c6 --- Comment #6 from Ervin Novak <enovak@novell.com> 2009-02-02 01:20:41 MST --- Any update on this? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=371143 User ke@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=371143#c7 Karl Eichwalder <ke@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|opensuse-communityscreening |hvogel@novell.com |@forge.provo.novell.com | --- Comment #7 from Karl Eichwalder <ke@novell.com> 2009-02-02 02:50:45 MST --- Henne, can you take a look, please? Or just reassign as appropriate. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=371143 User hvogel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=371143#c8 Hendrik Vogelsang <hvogel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 - High |P4 - Low Status|NEW |ASSIGNED --- Comment #8 from Hendrik Vogelsang <hvogel@novell.com> 2009-02-02 03:32:50 MST --- Its on my TODO. Which is long :) Ive disabled the footer on opensuse-hu for now... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=371143 Hendrik Vogelsang <hvogel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P4 - Low |P5 - None -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com