From 5326d6b9d132f23acfe1d79cfbd9793e9aa4a3a4 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 12 Dec 2011 17:31:32 -0800 Subject: Fixed an erroneous seek in the Mailman.Mailbox.Mailbox.AppendMessage method that could cause a corrupt mailbox for files opened 'w+'. Bug #901957. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ba957c4a..3b07145c 100644 --- a/NEWS +++ b/NEWS @@ -73,6 +73,10 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fixed an erroneous seek in the Mailman.Mailbox.Mailbox.AppendMessage + method that could cause a corrupt mailbox for files opened 'w+'. + Bug #901957. + - A held message with a null sender caused a crash in the admindb interface. This is fixed by changing the sender to . Bug #897103. -- cgit v1.2.3