diff options
| author | bwarsaw | 2002-03-15 03:42:52 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-15 03:42:52 +0000 |
| commit | 096f77bdee7d0f6065cead11174a490d4bc93a18 (patch) | |
| tree | 5f378da109af4f356dbe68c6b7c00961a395c2cd | |
| parent | 6034f6891bb0b925da9c63709c548318366f8a60 (diff) | |
| download | mailman-096f77bdee7d0f6065cead11174a490d4bc93a18.tar.gz mailman-096f77bdee7d0f6065cead11174a490d4bc93a18.tar.zst mailman-096f77bdee7d0f6065cead11174a490d4bc93a18.zip | |
| -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: |
