diff options
| author | mailman | 1998-02-21 21:28:34 +0000 |
|---|---|---|
| committer | mailman | 1998-02-21 21:28:34 +0000 |
| commit | 1e5afcb939125bc8c28069e634f379b3b29cc78f (patch) | |
| tree | 3c6137e6651db4ef33f0b3a7254f7778a7d7c5ce | |
| parent | 3d08c16dba78cdbb589a15f2f69e9e375ebee01a (diff) | |
| download | mailman-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-x | cgi/subscribe | 2 |
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: |
