aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mailman/Cgi/private.py1
-rw-r--r--NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Cgi/private.py b/Mailman/Cgi/private.py
index 00823959..8fca3ad7 100644
--- a/Mailman/Cgi/private.py
+++ b/Mailman/Cgi/private.py
@@ -185,6 +185,7 @@ def main():
msg = _('Private archive file not found')
doc.SetTitle(msg)
doc.AddItem(Header(2, msg))
+ print 'Status: 404 Not Found'
print doc.Format()
syslog('error', 'Private archive file not found: %s', true_filename)
else:
diff --git a/NEWS b/NEWS
index e64e4761..890e8185 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Issue an HTTP 404 status for private archive file not found.
+
- @listname entries in *_these_nonmembers are no longer case sensitive.
Bug #705715.