diff options
| -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 |
