diff options
| author | bwarsaw | 2002-11-21 05:37:50 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-11-21 05:37:50 +0000 |
| commit | 82524cb5a981a59781563a4fbc0b96e88a23199e (patch) | |
| tree | 1a4f2bdc4ac3e2f7113fd0ae7e36379b4582ca46 /Mailman/Commands/cmd_subscribe.py | |
| parent | bf9d3c45b6b35e799adf5beb66cb69fea97b89ad (diff) | |
| download | mailman-82524cb5a981a59781563a4fbc0b96e88a23199e.tar.gz mailman-82524cb5a981a59781563a4fbc0b96e88a23199e.tar.zst mailman-82524cb5a981a59781563a4fbc0b96e88a23199e.zip | |
Diffstat (limited to 'Mailman/Commands/cmd_subscribe.py')
| -rw-r--r-- | Mailman/Commands/cmd_subscribe.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Commands/cmd_subscribe.py b/Mailman/Commands/cmd_subscribe.py index de5ba73f8..1a5048d69 100644 --- a/Mailman/Commands/cmd_subscribe.py +++ b/Mailman/Commands/cmd_subscribe.py @@ -125,7 +125,8 @@ the email address you gave is insecure.""")) res.results.append(_('This list only supports digest subscriptions!')) return STOP except Errors.MMSubscribeNeedsConfirmation: - res.results.append(_('A confirmation email has been sent separately.')) + # We don't need to respond /and/ send a confirmation message. + res.respond = 0 except Errors.MMNeedApproval: res.results.append(_("""\ Your subscription request has been forwarded to the list administrator |
