diff options
| author | mailman | 1998-03-30 05:22:30 +0000 |
|---|---|---|
| committer | mailman | 1998-03-30 05:22:30 +0000 |
| commit | d58fc455bc74e1f9a2494a03f6011456cc1c1316 (patch) | |
| tree | 02b80acc477d29ac1a63401d4913e44011a24b53 /cgi/subscribe | |
| parent | dfb770a6a99276e4e74e4c7abc2f5243de7bee33 (diff) | |
| download | mailman-d58fc455bc74e1f9a2494a03f6011456cc1c1316.tar.gz mailman-d58fc455bc74e1f9a2494a03f6011456cc1c1316.tar.zst mailman-d58fc455bc74e1f9a2494a03f6011456cc1c1316.zip | |
Refined some messages.
Diffstat (limited to 'cgi/subscribe')
| -rwxr-xr-x | cgi/subscribe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cgi/subscribe b/cgi/subscribe index 90a155ecf..e285bf942 100755 --- a/cgi/subscribe +++ b/cgi/subscribe @@ -16,8 +16,8 @@ except IOError: pass # Oh well - SOL on redirect, errors show thru. NEED_CONFIRM_NOTICE = """ -A web request for your subscription to the %s mailing list -has been received at %s%s +A request for subscription of your address to the %s@%s +mailing list has been received via the web%s This is a confirmation request, to prevent anyone from subscribing you against your wishes. In order to complete this subscription you @@ -159,9 +159,9 @@ else: "subscribing you. Instructions are being " "sent to you at %s." % email) if os.environ.has_key('REMOTE_HOST'): - remote = " from %s. " % os.environ['REMOTE_HOST'] + remote = ", from\n%s. " % os.environ['REMOTE_HOST'] elif os.environ.has_key('REMOTE_ADDR'): - remote = " from %s." % os.environ['REMOTE_ADDR'] + remote = ", from\n%s." % os.environ['REMOTE_ADDR'] else: remote = "." if digest: |
