[issue4253] Maildir dumpmessage on

2008-11-03 Thread Marcus CM
New submission from Marcus CM <[EMAIL PROTECTED]>: When using maildir on windows, the maildir._dump_message erronously added "\r\n" to "\r\r\n" : in mailbox.py target.write(buffer.read().replace('\n', os.linesep)) -- components: Library (Lib) me

[issue3802] smtpd.py __getaddr insufficient handling

2008-09-07 Thread Marcus CM
New submission from Marcus CM <[EMAIL PROTECTED]>: The __getaddr does not handle certain valid MAIL FROM well : For eg, <[EMAIL PROTECTED]> SIZE= AUTH=<> would result in a mismatch of bracket handling. Suggested fix is :- def __getaddr(self, keyword, arg):