Re: [Mailman-Users] Non-ASCII signs in welcome text

2009-05-07 Thread Hendrik Maryns
Op 05-05-09 20:02 heeft Mark Sapiro als volgt van zich laten horen:
 Hendrik Maryns wrote:
 Indeed.  The problem is that Mailman assumes a list is English by
 default.  If I create a new list, I start editing its settings.  What
 you see first, is the welcome message etc.  Only afterwards, I click
 through to the language settings and change it to German.  This causes
 the problem.

 So a useful RFE would be to either not assume English, or to ask for the
 language at setup (or at first administrator login, since often a
 sysadmin will create the list and then hand it over to the list admin).
 
 
 It's already there - see the documentation for DEFAULT_SERVER_LANGUAGE
 in Defaults.py.
 
 Set
 
 DEFAULT_SERVER_LANGUAGE = 'de'
 
 in mm_cfg.py and lists will be created with German as their
 preferred_language.

I’ll mention this to the server administration, thanks!

H.
-- 
Opgepast | Achtung | Attention
adressen gewijzigd!
Adressen geändert!
adresses changed!

Hendrik Maryns
Biesingerstraße 5
D-72070 Tübingen
+4970717783365
hamar...@googlemail.com
http://tcl.sfs.uni-tuebingen.de/~hendrik/




signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Re: [Mailman-Users] Non-ASCII signs in welcome text

2009-05-05 Thread Mark Sapiro
Hendrik Maryns wrote:

Indeed.  The problem is that Mailman assumes a list is English by
default.  If I create a new list, I start editing its settings.  What
you see first, is the welcome message etc.  Only afterwards, I click
through to the language settings and change it to German.  This causes
the problem.

So a useful RFE would be to either not assume English, or to ask for the
language at setup (or at first administrator login, since often a
sysadmin will create the list and then hand it over to the list admin).


It's already there - see the documentation for DEFAULT_SERVER_LANGUAGE
in Defaults.py.

Set

DEFAULT_SERVER_LANGUAGE = 'de'

in mm_cfg.py and lists will be created with German as their
preferred_language.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Non-ASCII signs in welcome text

2009-05-02 Thread Hendrik Maryns
Op 21-03-09 20:03 heeft Mark Sapiro als volgt van zich laten horen:
 Hendrik Maryns wrote:
 I just started a new mailing list with Mailman.  The welcome_msg is in
 German and contains üäö.  Then I subscribed myself to the list and got
 the following:

 Hall#246;chen, Beitr#228;ge erw#252;nscht, aber #252;bertreibt es
 nicht, ne.
 
 
 What is the list's preferred language? If it is English (or if it was
 English when you set the welcome_msg), this is expected because
 Mailman's character set for English is us-ascii and the page you're
 posting from was sent with charset=us-ascii so your browser sends the
 non-ascii characters as numeric html entities.
 
 If the list's preferred language is German, whose charset is iso-8859-1,
 when you set the welcome_msg, this should not happen.

Indeed.  The problem is that Mailman assumes a list is English by
default.  If I create a new list, I start editing its settings.  What
you see first, is the welcome message etc.  Only afterwards, I click
through to the language settings and change it to German.  This causes
the problem.

So a useful RFE would be to either not assume English, or to ask for the
language at setup (or at first administrator login, since often a
sysadmin will create the list and then hand it over to the list admin).

Also, I noticed it is not possible to *remove* English as a list
language.  I do not see why.  I certainly don’t need it in my lists.

 Furthermore, if I know log into the admin area, it gives the same text,
 that is, with all non-ASCII replaced by entities!
 
 
 The reason you see the numeric HTML entities rather that the browser's
 rendering of them is over-protective escaping of the '' in the HTML
 entity, but in this case, that's actually appropriate because the
 ultimate use of this message is in a plain text email where the HTML
 entities won't be rendered as characters anyway.

Yes.  Caution is good, but isn’t this exaggerated?

H.
-- 
Opgepast | Achtung | Attention
adressen gewijzigd!
Adressen geändert!
adresses changed!

Hendrik Maryns
Biesingerstraße 5
D-72070 Tübingen
+4970717783365
hamar...@googlemail.com
http://tcl.sfs.uni-tuebingen.de/~hendrik/




signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Re: [Mailman-Users] Non-ASCII signs in welcome text

2009-05-02 Thread Stephen J. Turnbull
Hendrik Maryns writes:

  Yes.  Caution is good, but isn’t this exaggerated?

No.  It's not just your systems that are at risk.  Mine are, too.
Remember, almost all of these measures are taken because someone has
demonstrated a similar exploit, and most exploits are not done for
their own sake, but rather to achieve a platform for cracking more
systems.

Of course, if you're a security expert and know what risks are
present, and are sure they don't apply to your system, Mailman is open
source, you can change it.  If that sounds like too much work, don't
you see that probably means you don't really have enough resources to
change the settings and still be secure?  On the other hand, systems
and their environments are infinitely variable.  The Mailman
developers can not know enough about your system to make those
decisions, either.

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Re: [Mailman-Users] Non-ASCII signs in welcome text

2009-03-21 Thread Mark Sapiro
Hendrik Maryns wrote:
 
 I just started a new mailing list with Mailman.  The welcome_msg is in
 German and contains üäö.  Then I subscribed myself to the list and got
 the following:
 
 Hall#246;chen, Beitr#228;ge erw#252;nscht, aber #252;bertreibt es
 nicht, ne.


What is the list's preferred language? If it is English (or if it was
English when you set the welcome_msg), this is expected because
Mailman's character set for English is us-ascii and the page you're
posting from was sent with charset=us-ascii so your browser sends the
non-ascii characters as numeric html entities.

If the list's preferred language is German, whose charset is iso-8859-1,
when you set the welcome_msg, this should not happen.


 Furthermore, if I know log into the admin area, it gives the same text,
 that is, with all non-ASCII replaced by entities!


The reason you see the numeric HTML entities rather that the browser's
rendering of them is over-protective escaping of the '' in the HTML
entity, but in this case, that's actually appropriate because the
ultimate use of this message is in a plain text email where the HTML
entities won't be rendered as characters anyway.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

[Mailman-Users] Non-ASCII signs in welcome text

2009-03-20 Thread Hendrik Maryns
Dear all,

I just started a new mailing list with Mailman.  The welcome_msg is in
German and contains üäö.  Then I subscribed myself to the list and got
the following:

Hall#246;chen, Beitr#228;ge erw#252;nscht, aber #252;bertreibt es
nicht, ne.

Furthermore, if I know log into the admin area, it gives the same text,
that is, with all non-ASCII replaced by entities!

Another bug to file?!

H.
-- 
Opgepast | Achtung | Attention
adressen gewijzigd!
Adressen geändert!
adresses changed!

Hendrik Maryns
Biesingerstraße 5
D-72070 Tübingen
+491753353494
hamar...@googlemail.com
http://tcl.sfs.uni-tuebingen.de/~hendrik/




signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9