diff options
| author | bwarsaw | 1998-06-23 22:57:44 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-23 22:57:44 +0000 |
| commit | 87a54f11a1605be2a1792bdbed5d0a51c0bf2cd4 (patch) | |
| tree | f6b687452556ee9f03291182eee531628e4b6875 | |
| parent | 89a788eba2e9fcdab072747f81ccd13e05d50956 (diff) | |
| download | mailman-87a54f11a1605be2a1792bdbed5d0a51c0bf2cd4.tar.gz mailman-87a54f11a1605be2a1792bdbed5d0a51c0bf2cd4.tar.zst mailman-87a54f11a1605be2a1792bdbed5d0a51c0bf2cd4.zip | |
Text for when confirmation approval is required.
| -rw-r--r-- | templates/Makefile.in | 2 | ||||
| -rw-r--r-- | templates/approve.txt | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in index 1830c9b28..6eb505dd8 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -46,7 +46,7 @@ TEMPLATES= archives.html handle_opts.html listinfo.html options.html \ roster.html subscribe.html \ convert.txt help.txt masthead.txt newlist.txt nopass.txt postack.txt \ postauth.txt subauth.txt subscribeack.txt verify.txt \ -admlogin.txt userpass.txt cronpass.txt +admlogin.txt userpass.txt cronpass.txt approve.txt # Modes for directories and executables created by the install # process. Default to group-writable directories but diff --git a/templates/approve.txt b/templates/approve.txt new file mode 100644 index 000000000..dfb0dfb1e --- /dev/null +++ b/templates/approve.txt @@ -0,0 +1,15 @@ +Your request to %(requestaddr)s: + + %(cmd)s + +has been forwarded to the person running the list. + +This is probably because you are trying to subscribe to a 'closed' +list. + +You will receive email notification of the list owner's decision about +your subscription request. + +Any questions about the list owner's policy should be directed to: + + %(adminaddr)s |
