summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-03-15 04:16:00 +0000
committerbwarsaw2002-03-15 04:16:00 +0000
commit9558803f91833b5411bc74ddda80e30b93b57c1d (patch)
tree18f146085f2ea472fb99a05fdd7e992656e84246
parentf35a4a874205091bbc9bc7c249c8872ccb0425ff (diff)
downloadmailman-9558803f91833b5411bc74ddda80e30b93b57c1d.tar.gz
mailman-9558803f91833b5411bc74ddda80e30b93b57c1d.tar.zst
mailman-9558803f91833b5411bc74ddda80e30b93b57c1d.zip
-rw-r--r--Mailman/Handlers/Approve.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/Handlers/Approve.py b/Mailman/Handlers/Approve.py
index 265dcaece..c69b782dd 100644
--- a/Mailman/Handlers/Approve.py
+++ b/Mailman/Handlers/Approve.py
@@ -47,6 +47,8 @@ def process(mlist, msg, msgdata):
# BAW: should we definitely deny if the password exists but does not
# match? For now we'll let it percolate up for further determination.
msgdata['approved'] = 1
+ # Used by the Emergency module
+ msgdata['adminapproved'] = 1
# has this message already been posted to this list?
beentheres = [s.strip().lower() for s in msg.get_all('x-beenthere', [])]
if mlist.GetListEmail().lower() in beentheres: