diff options
| -rw-r--r-- | Mailman/ListAdmin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index 0fad19aaf..e0157f0a1 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -258,6 +258,8 @@ class ListAdmin: return LOST msg = readMessage(path) msgdata['approved'] = 1 + # adminapproved is used by the Emergency handler + msgdata['adminapproved'] = 1 # Calculate a new filebase for the approved message, otherwise # delivery errors will cause duplicates. try: |
