[issue6598] calling email.utils.make_msgid frequently has a non-trivial probability of generating colliding ids

R. David Murray report at bugs.python.org
Sun May 17 15:15:45 CEST 2015


R. David Murray added the comment:

Looking at my mail store, it looks like one more more mail clients use a GUID for the messageid, which is 36 characters.  So 39 doesn't seem so bad.  There's even one that is 74 characters long.  There are also shorter ones, though, so compactifying the result wouldn't be a bad thing.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6598>
_______________________________________


More information about the Python-bugs-list mailing list