Re: [Mailman-Users] sync_members - doesnt sync E-mail addresses with german umlauts characters (in the domain)

2017-08-06 Thread Richard Damon

On 8/6/17 2:34 PM, Dlugasny via Mailman-Users wrote:

Hi,
sync_members command is not able to sync E-mail addresses with german Umlauts.

[ä, ö,](https://learn-german-easily.com/german-umlauts)

I saw some rules for an valid E-mail domain in .../Mailman/Utils.py
This kind of characters are allowed in the domain names, but mailman accepting 
only a-z 0-9. Is it possible to change it ?
Greetz
Dlugasny

The issue is likely due to the fact that the base protocol document for 
SMTP only allows for 'ASCII' characters in email addresses (and to a 
large extent anywhere in the headers of an email message). There are 
extensions with varying degrees of acceptance that extend this character 
set. (Note, I don't think SMTP needs to be 8 bit clean even for the 
message body, which is why we still have things like BASE64 and 
Quote-Printed encoding for messages).


A second part of the question is to what level does Python email 
libraries support these extensions and how easy is it to figure out how 
the local email system will handle messages that attempt to use them.


--
Richard Damon

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


Re: [Mailman-Users] sync_members - doesnt sync E-mail addresses with german umlauts characters (in the domain)

2017-08-06 Thread Mark Sapiro
On 08/06/2017 11:34 AM, Dlugasny via Mailman-Users wrote:
> Hi,
> sync_members command is not able to sync E-mail addresses with german Umlauts.
> 
> [ä, ö,](https://learn-german-easily.com/german-umlauts)
> 
> I saw some rules for an valid E-mail domain in .../Mailman/Utils.py
> This kind of characters are allowed in the domain names, but mailman 
> accepting only a-z 0-9. Is it possible to change it ?


Mailman 2.1 does not support Internationalized Domain Names (RFCs
5890-5894 and predecessors). There are no plans for it to do so in the
future.

Mailman 3 currently does not support Internationalized Domain Names
either, but may do so in the future.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] sync_members - doesnt sync E-mail addresses with german umlauts characters (in the domain)

2017-08-06 Thread Dlugasny via Mailman-Users
Hi,
sync_members command is not able to sync E-mail addresses with german Umlauts.

[ä, ö,](https://learn-german-easily.com/german-umlauts)

I saw some rules for an valid E-mail domain in .../Mailman/Utils.py
This kind of characters are allowed in the domain names, but mailman accepting 
only a-z 0-9. Is it possible to change it ?
Greetz
Dlugasny

Sent with [ProtonMail](https://protonmail.com) Secure Email.
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org