diff options
| author | bwarsaw | 2003-03-16 07:06:28 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-03-16 07:06:28 +0000 |
| commit | db790006d9dafc1278392e39e4de65739bac3784 (patch) | |
| tree | 94af2925a0c58df1135425901a09fabc4fdae467 /Mailman/Cgi/confirm.py | |
| parent | d5d90874fca88a44a6797df6990ea6e9fa58090e (diff) | |
| download | mailman-db790006d9dafc1278392e39e4de65739bac3784.tar.gz mailman-db790006d9dafc1278392e39e4de65739bac3784.tar.zst mailman-db790006d9dafc1278392e39e4de65739bac3784.zip | |
Diffstat (limited to 'Mailman/Cgi/confirm.py')
| -rw-r--r-- | Mailman/Cgi/confirm.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mailman/Cgi/confirm.py b/Mailman/Cgi/confirm.py index abb0ac294..23a92740e 100644 --- a/Mailman/Cgi/confirm.py +++ b/Mailman/Cgi/confirm.py @@ -348,6 +348,11 @@ def subscription_confirm(mlist, doc, cookie, cgidata): address that has already been unsubscribed.''')) except Errors.MMAlreadyAMember: doc.addError(_("You are already a member of this mailing list!")) + except Errors.HostileSubscriptionError: + doc.addError(_("""\ + You were not invited to this mailing list. The invitation has + been discarded, and both list administrators have been + alerted.""")) else: # Use the user's preferred language i18n.set_language(lang) |
