Describe feature request for rfc822 address parsing leniency so I can
close bug #110678.
This commit is contained in:
parent
c64412b79c
commit
ee37dfc123
|
@ -132,6 +132,13 @@ Standard Library
|
|||
http://sourceforge.net/bugs/?func=detailbug&bug_id=115146&group_id=5470
|
||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=112244&group_id=5470
|
||||
|
||||
- rfc822.py should be more lenient than the spec in the types of
|
||||
address fields it parses. Specifically, an invalid address of
|
||||
the form "From: Amazon.com <delivers-news2@amazon.com>" should
|
||||
be parsed correctly.
|
||||
|
||||
https://sourceforge.net/bugs/?func=detailbug&bug_id=110678&group_id=5470
|
||||
|
||||
|
||||
Tools
|
||||
|
||||
|
|
Loading…
Reference in New Issue