diff options
| author | bwarsaw | 2002-05-02 03:03:43 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-05-02 03:03:43 +0000 |
| commit | 466d6f1291f452e981da00f68adf6e7a001b9760 (patch) | |
| tree | a42102601e2ec2e2adab9b65b8a3ff1c554dbdbf /Mailman/Handlers/Hold.py | |
| parent | 386d9559901196aa6e107daa4eadc469525f80a4 (diff) | |
| download | mailman-466d6f1291f452e981da00f68adf6e7a001b9760.tar.gz mailman-466d6f1291f452e981da00f68adf6e7a001b9760.tar.zst mailman-466d6f1291f452e981da00f68adf6e7a001b9760.zip | |
Diffstat (limited to 'Mailman/Handlers/Hold.py')
| -rw-r--r-- | Mailman/Handlers/Hold.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py index 2d711bd55..c06431751 100644 --- a/Mailman/Handlers/Hold.py +++ b/Mailman/Handlers/Hold.py @@ -175,9 +175,7 @@ def process(mlist, msg, msgdata): def hold_for_approval(mlist, msg, msgdata, exc): # BAW: This should really be tied into the email confirmation system so # that the message can be approved or denied via email as well as the - # web. That's for later though, because it would mean a revamp of the - # MailCommandHandler too. - # + # web. if type(exc) is ClassType: # Go ahead and instantiate it now. exc = exc() |
