diff options
| author | bwarsaw | 2002-01-03 05:00:39 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-03 05:00:39 +0000 |
| commit | bda5560c2fe1611f1621bd3e43bf1cf3a2f47dcf (patch) | |
| tree | ce56c7d5a514b43453a4c8597f86b265119be3a4 /Mailman/ListAdmin.py | |
| parent | 26819718e60d1add39b038056064c262b25040fc (diff) | |
| download | mailman-bda5560c2fe1611f1621bd3e43bf1cf3a2f47dcf.tar.gz mailman-bda5560c2fe1611f1621bd3e43bf1cf3a2f47dcf.tar.zst mailman-bda5560c2fe1611f1621bd3e43bf1cf3a2f47dcf.zip | |
Diffstat (limited to 'Mailman/ListAdmin.py')
| -rw-r--r-- | Mailman/ListAdmin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index 69b4d5862..8752844a3 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -163,7 +163,7 @@ class ListAdmin: else: assert rtype == SUBSCRIPTION status = self.__handlesubscription(data, value, comment) - if status: + if status <> DEFER: # BAW: Held message ids are linked to Pending cookies, allowing # the user to cancel their post before the moderator has approved # it. We should probably remove the cookie associated with this |
