summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormailman1998-02-21 21:28:34 +0000
committermailman1998-02-21 21:28:34 +0000
commit1e5afcb939125bc8c28069e634f379b3b29cc78f (patch)
tree3c6137e6651db4ef33f0b3a7254f7778a7d7c5ce
parent3d08c16dba78cdbb589a15f2f69e9e375ebee01a (diff)
downloadmailman-1e5afcb939125bc8c28069e634f379b3b29cc78f.tar.gz
mailman-1e5afcb939125bc8c28069e634f379b3b29cc78f.tar.zst
mailman-1e5afcb939125bc8c28069e634f379b3b29cc78f.zip
Small word change - subscription was not _refused_, it was _deferred_
to the administrators judgement.
-rwxr-xr-xcgi/subscribe2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/subscribe b/cgi/subscribe
index 33e360497..131edc2c2 100755
--- a/cgi/subscribe
+++ b/cgi/subscribe
@@ -119,7 +119,7 @@ confirmation, reply to this mail, and put in the body: subscribe %s
except mm_err.MMListNotReady:
results = results + "The list is not fully functional, and can not accept subscription requests.<p>"
except mm_err.MMNeedApproval, x:
- results = results + "Subscription was <em>refused</em> because:<br> %s<p>Your request must be approved by the list admin. You will receive email informing you of the moderator's descision when he or she gets to your request.<p>" % x
+ results = results + "Subscription was <em>deferred</em> because:<br> %s<p>Your request must be approved by the list admin. You will receive email informing you of the moderator's descision when he or she gets to your request.<p>" % x
except mm_err.MMHostileAddress:
results = results + "Your subscription is not allowed because the email address you gave is insecure.<p>"
except mm_err.MMAlreadyAMember: