[issue7359] mailbox cannot modify mailboxes in system mail spool

Antoine Pitrou report at bugs.python.org
Fri Nov 20 02:34:38 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

The same remark as in issue7360, that is it is not robust at all to
overwrite the file rather than doing an atomic rename from a temporary
file. The only possible exception would be if you only /append/ to the
mbox file (and that's assuming all mailbox-reading software you use be
able to deal with a partially written message at the end of an mbox file).

----------
nosy: +akuchling, pitrou
priority:  -> normal
versions: +Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list