diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/en | |
download | mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/en')
42 files changed, 1274 insertions, 0 deletions
diff --git a/templates/en/admindbdetails.html b/templates/en/admindbdetails.html new file mode 100644 index 00000000..1958b362 --- /dev/null +++ b/templates/en/admindbdetails.html @@ -0,0 +1,65 @@ +The administrative requests are displayed in one of two ways, on a <a +href="%(summaryurl)s">summary page</a>, and on a <em>details</em> +page. The summary page contains pending subscription and +unsubscription requests, as well as postings being held for your +approval, grouped by sender email address. The details page contains +a more detailed view of each held message, including the all the +message's headers and an excerpt of the message body. + +<p>On all the pages, the following actions are available: + +<ul> +<li><b>Defer</b> -- Defer your decision until later. No action is + taken now for this pending administrative request, but for held + postings, you can still forward or preserve the message (see + below). + +<p><li><b>Approve</b> -- Approve the message, sending it on to the list. + For membership requests, approve the change in membership status. + +<p><li><b>Reject</b> -- Reject the message, sending a rejection notice to + the sender, and discarding the original message. For membership + requests, reject the change in membership status. In either case, + you should add a reason for the rejection in the accompanying text + box. + +<p><li><b>Discard</b> -- Throw away the original message, without sending + a rejection notice. For membership requests, this simply discards + the request without notice to the person making the request. This + is usually the action you want to take for known spam. +</ul> + +<p>For held messages, turn on the <b>Preserve</b> option if you want +to save a copy of the message for the site administrator. This is +useful for abusive messages that you want to discard, but need to keep +a record of for later inspection. + +<p>Turn on the <b>Forward to</b> option, and fill in the forwarding +address if you want to forward the message to someone else not on the +list. To edit a held message before it is sent on to the list, you +should forward the message to yourself (or the list owners), and +discard the original message. Then, when the message shows up in your +mailbox, make your edits and resend the message to the list, including +an <tt>Approved:</tt> header with the list password as its value. It +is proper netiquette in this case to include a note in the resent +message, explaining that you have modified the text. + +<p>If the sender is a list member who is being moderated, you can +optionally clear their moderation flag. This is useful when your list +is configured to put new members on probation, and you've decided that +this member can be trusted to post to the list without approval. + +<p>If the sender is not a list member, you can add the email address to +a <em>sender filter</em>. Sender filters are described on the <a +href="%(filterurl)s">sender filter privacy page</a>, and may be one of +<b>auto-accept</b> (Accepts), <b>auto-hold</b> (Holds), +<b>auto-reject</b> (Rejects), or <b>auto-discard</b> (Discards). This +option will not be available if the address is already on one of the +sender filters. + +<p>When you're finished, click on the <em>Submit All Data</em> button +at the top or bottom of the page. This button will submit all +selected actions for all administrative requests that you've made a +decision for. + +<p><a href="%(summaryurl)s">Return to the summary page</a>. diff --git a/templates/en/admindbpreamble.html b/templates/en/admindbpreamble.html new file mode 100644 index 00000000..659b77e7 --- /dev/null +++ b/templates/en/admindbpreamble.html @@ -0,0 +1,10 @@ +This page contains a subset of the <em>%(listname)s</em> mailing list +postings that are being held for your approval. It currently shows +%(description)s + +<p>For each administrative request, please select the action to take, +clicking on the <b>Submit All Data</b> when finished. More detailed +instructions are available <a href="%(detailsurl)s">here</a>. + +<p>You can also <a href="%(summaryurl)s">view a summary</a> of all +pending requests. diff --git a/templates/en/admindbsummary.html b/templates/en/admindbsummary.html new file mode 100644 index 00000000..20ffef58 --- /dev/null +++ b/templates/en/admindbsummary.html @@ -0,0 +1,14 @@ +This page contains a summary of the current set of administrative +requests requiring your approval for the +<a href="%(adminurl)s"><em>%(listname)s</em> mailing list</a>. +First, you will find the list of pending +subscription and unsubscription requests, if any, followed by any +postings being held for your approval. + +<p>For each administrative request, please select the action to take, +clicking on the <b>Submit All Data</b> button when finished. +<a href="%(detailsurl)s">More detailed instructions</a> are also +available. + +<p>You can also <a href="%(viewallurl)s">view the details</a> of all +held postings. diff --git a/templates/en/adminsubscribeack.txt b/templates/en/adminsubscribeack.txt new file mode 100644 index 00000000..388a3a24 --- /dev/null +++ b/templates/en/adminsubscribeack.txt @@ -0,0 +1,3 @@ +%(member)s has been successfully subscribed to %(listname)s. + + diff --git a/templates/en/adminunsubscribeack.txt b/templates/en/adminunsubscribeack.txt new file mode 100644 index 00000000..2ebcfeb7 --- /dev/null +++ b/templates/en/adminunsubscribeack.txt @@ -0,0 +1,2 @@ +%(member)s has been removed from %(listname)s. + diff --git a/templates/en/admlogin.html b/templates/en/admlogin.html new file mode 100644 index 00000000..03f763b9 --- /dev/null +++ b/templates/en/admlogin.html @@ -0,0 +1,39 @@ +<html> +<head> + <title>%(listname)s %(who)s Authentication</title> +</head> +<body bgcolor="#ffffff"> +<FORM METHOD=POST ACTION="%(path)s"> +%(message)s + <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1">%(listname)s %(who)s + Authentication</FONT></B> + </TD> + </TR> + <tr> + <TD><div ALIGN="Right">List %(who)s Password:</div></TD> + <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD> + </tr> + <tr> + <td colspan=2 align=middle><INPUT type="SUBMIT" + name="admlogin" + value="Let me in..."> + </td> + </tr> + </TABLE> + <p><strong><em>Important:</em></strong> From this point on, you + must have cookies enabled in your browser, otherwise no + administrative changes will take effect. + + <p>Session cookies are used in Mailman's + administrative interface so that you don't need to + re-authenticate with every administrative operation. This + cookie will expire automatically when you exit your browser, or + you can explicitly expire the cookie by hitting the + <em>Logout</em> link under <em>Other Administrative + Activities</em> (which you'll see once you successfully log in). +</FORM> +</body> +</html> diff --git a/templates/en/approve.txt b/templates/en/approve.txt new file mode 100644 index 00000000..dfb0dfb1 --- /dev/null +++ b/templates/en/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 diff --git a/templates/en/archidxentry.html b/templates/en/archidxentry.html new file mode 100644 index 00000000..f9bb57aa --- /dev/null +++ b/templates/en/archidxentry.html @@ -0,0 +1,4 @@ +<LI><A HREF="%(filename)s">%(subject)s +</A><A NAME="%(sequence)i"> </A> +<I>%(author)s +</I> diff --git a/templates/en/archidxfoot.html b/templates/en/archidxfoot.html new file mode 100644 index 00000000..0b0a4207 --- /dev/null +++ b/templates/en/archidxfoot.html @@ -0,0 +1,21 @@ + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>%(lastdate)s</i><br> + <b>Archived on:</b> <i>%(archivedate)s</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + <li><b><a href="%(listinfo)s">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail %(version)s.</i> + </BODY> +</HTML> diff --git a/templates/en/archidxhead.html b/templates/en/archidxhead.html new file mode 100644 index 00000000..4fdf4731 --- /dev/null +++ b/templates/en/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The %(listname)s %(archive)s Archive by %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>%(archive)s Archives by %(archtype)s</h1> + <ul> + <li> <b>Messages sorted by:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>%(firstdate)s</i><br> + <b>Ending:</b> <i>%(lastdate)s</i><br> + <b>Messages:</b> %(size)s<p> + <ul> diff --git a/templates/en/archlistend.html b/templates/en/archlistend.html new file mode 100644 index 00000000..9bc052dd --- /dev/null +++ b/templates/en/archlistend.html @@ -0,0 +1 @@ + </table> diff --git a/templates/en/archliststart.html b/templates/en/archliststart.html new file mode 100644 index 00000000..cdf5d17c --- /dev/null +++ b/templates/en/archliststart.html @@ -0,0 +1,4 @@ + <table border=3> + <tr><td>Archive</td> + <td>View by:</td> + <td>Downloadable version</td></tr> diff --git a/templates/en/archtoc.html b/templates/en/archtoc.html new file mode 100644 index 00000000..6969d515 --- /dev/null +++ b/templates/en/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The %(listname)s Archives</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>The %(listname)s Archives </h1> + <p> + You can get <a href="%(listinfo)s">more information about this list</a> + or you can <a href="%(fullarch)s">download the full raw archive</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> diff --git a/templates/en/archtocentry.html b/templates/en/archtocentry.html new file mode 100644 index 00000000..00cf9c47 --- /dev/null +++ b/templates/en/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Thread ]</a> + <A href="%(archive)s/subject.html">[ Subject ]</a> + <A href="%(archive)s/author.html">[ Author ]</a> + <A href="%(archive)s/date.html">[ Date ]</a> + </td> + %(textlink)s + </tr> + diff --git a/templates/en/article.html b/templates/en/article.html new file mode 100644 index 00000000..38dbc554 --- /dev/null +++ b/templates/en/article.html @@ -0,0 +1,50 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> %(title)s + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> + <META NAME="robots" CONTENT="index,nofollow"> + %(encoding)s + %(prev)s + %(next)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>%(subject_html)s</H1> + <B>%(author_html)s</B> + <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s" + TITLE="%(subject_html)s">%(email_html)s + </A><BR> + <I>%(datestr_html)s</I> + <P><UL> + %(prev_wsubj)s + %(next_wsubj)s + <LI> <B>Messages sorted by:</B> + <a href="date.html#%(sequence)s">[ date ]</a> + <a href="thread.html#%(sequence)s">[ thread ]</a> + <a href="subject.html#%(sequence)s">[ subject ]</a> + <a href="author.html#%(sequence)s">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +%(body)s +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + %(prev_wsubj)s + %(next_wsubj)s + <LI> <B>Messages sorted by:</B> + <a href="date.html#%(sequence)s">[ date ]</a> + <a href="thread.html#%(sequence)s">[ thread ]</a> + <a href="subject.html#%(sequence)s">[ subject ]</a> + <a href="author.html#%(sequence)s">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="%(listurl)s">More information about the %(listname)s +mailing list</a><br> +</body></html> diff --git a/templates/en/bounce.txt b/templates/en/bounce.txt new file mode 100644 index 00000000..8e02cc7a --- /dev/null +++ b/templates/en/bounce.txt @@ -0,0 +1,13 @@ +This is a Mailman mailing list bounce action notice: + + List: %(listname)s + Member: %(addr)s + Action: Subscription %(negative)s%(did)s. + Reason: Excessive or fatal bounces. + %(but)s + +%(reenable)s +The triggering bounce notice is attached below. + +Questions? +Contact the Mailman site administrator at %(owneraddr)s. diff --git a/templates/en/checkdbs.txt b/templates/en/checkdbs.txt new file mode 100644 index 00000000..d53925a4 --- /dev/null +++ b/templates/en/checkdbs.txt @@ -0,0 +1,7 @@ +The %(real_name)s@%(host_name)s mailing list has %(count)d request(s) +waiting for your consideration at: + + %(adminDB)s + +Please attend to this at your earliest convenience. This notice of +pending requests, if any, will be sent out daily. diff --git a/templates/en/convert.txt b/templates/en/convert.txt new file mode 100644 index 00000000..ae17a79e --- /dev/null +++ b/templates/en/convert.txt @@ -0,0 +1,34 @@ +The %(listname)s mailing list has just undergone a big change. It is +running on a new mailing list package called "Mailman". This will +hopefully solve a lot of problems that administering this list has +presented. + +How does this affect you? + +1) Mail intended for the whole list should be sent to: %(listaddr)s. + +2) You have been given an arbitrary password to prevent others from +unsubscribing you without your knowledge. It will be mailed to you in +a separate email, which you may have already received. Don't worry if +you forget this password; a reminder will be sent to you via email +every month. + +3) If you have World Wide Web access, you can use it any time to +unsubscribe from this list, to switch to and from digest mode, to +check back issues of the list (which will be available after the list +has been getting posts for a day or so), etc. The Web address for +these resources is: + + %(listinfo_url)s + +4) If you do not have WWW access, you can do these same things via +email. Send mail to %(requestaddr)s with a subject or body containing +just the word "help" (without the quotes). You will receive an +automated reply giving you further directions. + +Please address any questions or problems with this new setup to: +%(adminaddr)s. + +This message was auto-generated by Mailman %(version)s. For more +information on the Mailman software, visit the Mailman homepage at +http://www.list.org/ diff --git a/templates/en/cronpass.txt b/templates/en/cronpass.txt new file mode 100644 index 00000000..52ce5ea6 --- /dev/null +++ b/templates/en/cronpass.txt @@ -0,0 +1,19 @@ +This is a reminder, sent out once a month, about your %(hostname)s +mailing list memberships. It includes your subscription info and how +to use it to change it or unsubscribe from a list. + +You can visit the URLs to change your membership status or +configuration, including unsubscribing, setting digest-style delivery +or disabling delivery altogether (e.g., for a vacation), and so on. + +In addition to the URL interfaces, you can also use email to make such +changes. For more info, send a message to the '-request' address of +the list (for example, %(exreq)s) containing just the word 'help' in +the message body, and an email message will be sent to you with +instructions. + +If you have questions, problems, comments, etc, send them to +%(owner)s. Thanks! + +Passwords for %(useraddr)s: + diff --git a/templates/en/disabled.txt b/templates/en/disabled.txt new file mode 100644 index 00000000..54998a83 --- /dev/null +++ b/templates/en/disabled.txt @@ -0,0 +1,25 @@ +Your membership in the mailing list %(listname)s has been disabled +%(reason)s. You will not get any more messages from this +list until you re-enable your membership. You will receive +%(noticesleft)s more reminders like this before your membership in the +list is deleted. + +To re-enable your membership, you can simply respond to this message +(leaving the Subject: line intact), or visit the confirmation page at + + %(confirmurl)s + +You can also visit your membership page at + + %(optionsurl)s + +On your membership page, you can change various delivery options such +as your email address and whether you get digests or not. As a +reminder, your membership password is + + %(password)s + +If you have any questions or problems, you can contact the list owner +at + + %(owneraddr)s diff --git a/templates/en/emptyarchive.html b/templates/en/emptyarchive.html new file mode 100644 index 00000000..2f10766c --- /dev/null +++ b/templates/en/emptyarchive.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The %(listname)s Archives</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>The %(listname)s Archives </h1> + <p> + No messages have been posted to this list yet, so the archives are + currently empty. You can get <a href="%(listinfo)s">more information + about this list</a>. + </p> + </BODY> + </HTML> diff --git a/templates/en/headfoot.html b/templates/en/headfoot.html new file mode 100644 index 00000000..2d5e6d9f --- /dev/null +++ b/templates/en/headfoot.html @@ -0,0 +1,29 @@ +This text can include +<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python +format strings</a> which are resolved against list attributes. The +list of substitutions allowed are: + +<ul> + <li><b><code>real_name</code></b> - The `pretty' name of the list; usually + the list name with capitalization. + + <li><b><code>list_name</code></b> - The name by which the list is + identified in URLs, where case is significant. (For backwards + compability, <code>_internal_name</code> is equivalent.) + + <li><b><code>host_name</code></b> - The fully qualified domain name + that the list server runs on. + + <li><b><code>web_page_url</code></b> - The base URL for Mailman. This + can be appended with, + e.g. <em><code>listinfo/%(internal_name)s</code></em> to yield the + listinfo page for the mailing list. + + <li><b><code>description</code></b> - The brief description of the + mailing list. + + <li><b><code>info</code></b> - The full description of the mailing + list. + + <li><b><code>cgiext</code></b> - The extension added to CGI scripts. +</ul> diff --git a/templates/en/help.txt b/templates/en/help.txt new file mode 100644 index 00000000..654eda31 --- /dev/null +++ b/templates/en/help.txt @@ -0,0 +1,33 @@ +Help for %(listname)s mailing list: + +This is email command help for version %(version)s of the "Mailman" +list manager. The following describes commands you can send to get +information about and control your subscription to Mailman lists at +this site. A command can be in the subject line or in the body of the +message. + +Note that much of the following can also be accomplished via the World +Wide Web, at: + + %(listinfo_url)s + +In particular, you can use the Web site to have your password sent to +your delivery address. + +List specific commands (subscribe, who, etc) should be sent to the +*-request address for the particular list, e.g. for the 'mailman' +list, use 'mailman-request@...'. + +About the descriptions - words in "<>"s signify REQUIRED items and +words in "[]" denote OPTIONAL items. Do not include the "<>"s or +"[]"s when you use the commands. + +The following commands are valid: + + %(commands)s + +Commands should be sent to %(requestaddr)s + +Questions and concerns for the attention of a person should be sent to + + %(adminaddr)s diff --git a/templates/en/invite.txt b/templates/en/invite.txt new file mode 100644 index 00000000..920c8421 --- /dev/null +++ b/templates/en/invite.txt @@ -0,0 +1,20 @@ +Your address "%(email)s" has been invited to join the %(listname)s +mailing list at %(hostname)s by the %(listname)s mailing list owner. +You may accept the invitation by simply replying to this message, +keeping the Subject: header intact. + +You can also visit this web page: + + %(confirmurl)s + +Or you should include the following line -- and only the following +line -- in a message to %(requestaddr)s: + + confirm %(cookie)s + +Note that simply sending a `reply' to this message should work from +most mail readers. + +If you want to decline this invitation, please simply disregard this +message. If you have any questions, please send them to +%(listowner)s. diff --git a/templates/en/listinfo.html b/templates/en/listinfo.html new file mode 100644 index 00000000..f83055e2 --- /dev/null +++ b/templates/en/listinfo.html @@ -0,0 +1,144 @@ +<!-- $Revision: 5865 $ --> +<HTML> + <HEAD> + <TITLE><MM-List-Name> Info Page</TITLE> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + + <P> + <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> -- + <MM-List-Description></FONT></B> + </TD> + </TR> + <tr> + <td colspan="2"> + <p> + </td> + </tr> + <tr> + <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#FFF0D0"> + <B><FONT COLOR="#000000">About <MM-List-Name></FONT></B> + </TD> + <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#FFF0D0"> + <MM-lang-form-start><MM-displang-box> <MM-list-langs> + <MM-form-end> + <MM-Subscribe-Form-Start> + </TD> + </TR> + <tr> + <td colspan="2"> + <P><MM-List-Info></P> + <p> To see the collection of prior postings to the list, + visit the <MM-Archive><MM-List-Name> + Archives</MM-Archive>. + <MM-Restricted-List-Message> + </p> + </TD> + </TR> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> + <B><FONT COLOR="#000000">Using <MM-List-Name></FONT></B> + </TD> + </TR> + <tr> + <td colspan="2"> + To post a message to all the list members, send email to + <A HREF="mailto:<MM-Posting-Addr>"><MM-Posting-Addr></A>. + + <p>You can subscribe to the list, or change your existing + subscription, in the sections below. + </td> + </tr> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> + <B><FONT COLOR="#000000">Subscribing to <MM-List-Name></FONT></B> + </TD> + </TR> + <tr> + <td colspan="2"> + <P> + Subscribe to <MM-List-Name> by filling out the following + form. + <MM-List-Subscription-Msg> + <ul> + <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" + WIDTH="70%" HEIGHT= "112"> + <TR> + <TD BGCOLOR="#dddddd" WIDTH="55%">Your email address:</TD> + <TD WIDTH="33%"><MM-Subscribe-Box> + </TD> + <TD WIDTH="12%"> </TD></TR> + <tr> + <td bgcolor="#dddddd" width="55%">Your name (optional):</td> + <td width="33%"><mm-fullname-box></td> + <TD WIDTH="12%"> </TD></TR> + <TR> + <TD COLSPAN="3"><FONT SIZE=-1>You may enter a + privacy password below. This provides only mild security, + but should prevent others from messing with your + subscription. <b>Do not use a valuable password</b> as + it will occasionally be emailed back to you in cleartext. + + <p>If you choose not to enter a password, one will be + automatically generated for you, and it will be sent to + you once you've confirmed your subscription. You can + always request a mail-back of your password when you edit + your personal options. + <MM-Reminder> + </TD> + </TR> + <TR> + <TD BGCOLOR="#dddddd">Pick a password:</TD> + <TD><MM-New-Password-Box></TD> + <TD> </TD></TR> + <TR> + <TD BGCOLOR="#dddddd">Reenter password to confirm:</TD> + <TD><MM-Confirm-Password></TD> + <TD> </TD></TR> + <tr> + <TD BGCOLOR="#dddddd">Which language do you prefer to display your messages?</TD> + <TD> <MM-list-langs></TD> + <TD> </TD></TR> + <mm-digest-question-start> + <tr> + <td>Would you like to receive list mail batched in a daily + digest? + </td> + <td><MM-Undigest-Radio-Button> No + <MM-Digest-Radio-Button> Yes + </TD> + </tr> + <mm-digest-question-end> + <tr> + <td colspan="3"> + <center><MM-Subscribe-Button></P></center> + </TABLE> + <MM-Form-End> + </ul> + </td> + </tr> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> + <a name="subscribers"> + <B><FONT COLOR="#000000"><MM-List-Name> Subscribers</FONT></B></a> + </TD> + </TR> + <tr> + <TD COLSPAN="2" WIDTH="100%"> + <MM-Roster-Form-Start> + <MM-Roster-Option> + <MM-Form-End> + <p> + <MM-Options-Form-Start> + <MM-Editing-Options> + <MM-Form-End> + </td> + </tr> + </table> +<MM-Mailman-Footer> +</BODY> +</HTML> diff --git a/templates/en/masthead.txt b/templates/en/masthead.txt new file mode 100644 index 00000000..30c526ac --- /dev/null +++ b/templates/en/masthead.txt @@ -0,0 +1,13 @@ +Send %(real_name)s mailing list submissions to + %(got_list_email)s + +To subscribe or unsubscribe via the World Wide Web, visit + %(got_listinfo_url)s +or, via email, send a message with subject or body 'help' to + %(got_request_email)s + +You can reach the person managing the list at + %(got_owner_email)s + +When replying, please edit your Subject line so it is more specific than +"Re: Contents of %(real_name)s digest..." diff --git a/templates/en/newlist.txt b/templates/en/newlist.txt new file mode 100644 index 00000000..3362887d --- /dev/null +++ b/templates/en/newlist.txt @@ -0,0 +1,35 @@ +The mailing list `%(listname)s' has just been created for you. The +following is some basic information about your mailing list. + +Your mailing list password is: + + %(password)s + +You need this password to configure your mailing list. You also need +it to handle administrative requests, such as approving mail if you +choose to run a moderated list. + +You can configure your mailing list at the following web page: + + %(admin_url)s + +The web page for users of your mailing list is: + + %(listinfo_url)s + +You can even customize these web pages from the list configuration +page. However, you do need to know HTML to be able to do this. + +There is also an email-based interface for users (not administrators) +of your list; you can get info about using it by sending a message +with just the word `help' as subject or in the body, to: + + %(requestaddr)s + +To unsubscribe a user: from the mailing list 'listinfo' web page, +click on or enter the user's email address as if you were that user. +Where that user would put in their password to unsubscribe, put in +your admin password. You can also use your password to change +member's options, including digestification, delivery disabling, etc. + +Please address all questions to %(siteowner)s. diff --git a/templates/en/nomoretoday.txt b/templates/en/nomoretoday.txt new file mode 100644 index 00000000..1019dce3 --- /dev/null +++ b/templates/en/nomoretoday.txt @@ -0,0 +1,8 @@ +We have received a message from your address `%(sender)s' requesting +an automated response from the %(listname)s mailing list. We have +seen %(num)s such messages from you today. In order to avoid problems +such as mail loops between email robots, we will not be sending you +any further email responses today. Please try again tomorrow. + +If you believe this message is in error, or if you have any questions, +please contact the list owner at %(owneremail)s. diff --git a/templates/en/options.html b/templates/en/options.html new file mode 100644 index 00000000..664aeca0 --- /dev/null +++ b/templates/en/options.html @@ -0,0 +1,317 @@ +<!-- $Revision: 5380 $ --> +<html> +<head> + <link rel="SHORTCUT ICON" href="<mm-favicon>"> + <title><MM-Presentable-User> membership configuration for <MM-List-Name> + </title> +</head> +<BODY BGCOLOR="#ffffff"> + <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> + <TR><TD WIDTH="100%" BGCOLOR="#99CCFF"><B> + <FONT COLOR="#000000" SIZE=+1> + <MM-List-Name> mailing list membership configuration for + <MM-Presentable-User> + </FONT></B></TD></TR> + </TABLE> +<p> +<table width="100%" border="0" cellspacing="5" cellpadding="5"> + <tr><td> + <b><MM-Presentable-User></b>'s subscription status, + password, and options for the <MM-List-Name> mailing list. + </td><td><MM-Form-Start><mm-logout-button><MM-Form-End></td> + </tr><tr> + <td colspan="2"> + <MM-Case-Preserved-User> + + <MM-Disabled-Notice> + + <p><mm-results> + </td> + </tr> +</table> + +<MM-Form-Start> +<p> +<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> + <TR><TD WIDTH="100%" BGCOLOR="#FFF0D0" colspan="2"> + <FONT COLOR="#000000"> + <B>Changing your <MM-List-Name> membership information</B> + </FONT></TD></TR> + <tr><td colspan="2">You can change the address that you are subscribed + to the mailing list with by entering the new address in the + fields below. Note that a confirmation email will be sent to + the new address, and the change must be confirmed before it is + processed. + + <p>Confirmations time out after about <mm-pending-days>. + + <p>You can also optionally set or change your real name + (i.e. <em>John Smith</em>). + + <p>If you want to make the membership changes for all the + lists that you are subscribed to at <mm-host>, turn on the + <em>Change globally</em> check box. + + </td></tr> + <tr><td><center> + <table border="0" cellspacing="2" cellpadding="2" width="80%" cols="2"> + <tr><td bgcolor="#dddddd"><div align="right">New address:</div></td> + <td><mm-new-address-box></td> + </tr> + <tr><td bgcolor="#dddddd"><div align="right">Again to + confirm:</div></td> + <td><mm-confirm-address-box></td> + </tr> + </tr></table></center> + </td> + <td><center> + <table border="0" cellspacing="2" cellpadding="2" width="80%" cols="2"> + <tr><td bgcolor="#dddddd"><div align="right">Your name + (optional):</div></td> + <td><mm-fullname-box></td> + </tr> + </table></center> + </td> + </tr> + <tr><td colspan="2"><center><mm-change-address-button> + <p><mm-global-change-of-address>Change globally</center></td> + </tr> +</table> + +<p> +<TABLE WIDTH="100%" BORDER="0" CELLSPACING="5" CELLPADDING="5"> + <TR><TD WIDTH="50%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000"> + <B>Unsubscribing from <MM-List-Name></B></td> + + <TD WIDTH="50%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000"> + <B>Your other <MM-Host> subscriptions</B> + </FONT></TD></TR> + + <tr><td> + Turn on the confirmation checkbox and hit this button to + unsubscribe from this mailing list. <strong>Warning:</strong> + This action will be taken immediately! + <p> + <center><MM-Unsubscribe-Button></center></td> + <td> + You can view a list of all the other mailing lists at + <mm-host> for which you are a member. Use this if you want to + make the same membership option changes to this other + subscriptions. + + <p> + <center><MM-Other-Subscriptions-Submit></center> + </TD></TR> +</table> + +<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> + <TR><TD COLSPAN=2 WIDTH="100%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000"> + <B>Your <MM-List-Name> Password</B> + </FONT></TD></TR> + + <tr valign="TOP"><td WIDTH="50%"> + <a name=reminder> + <center> + <h3>Forgotten Your Password?</h3> + </center> + Click this button to have your password emailed to your + membership address. + <p><MM-Umbrella-Notice> + <center> + <MM-Email-My-Pw> + </center> + </td> + + <td WIDTH="50%"> + <a name=changepw> + <center> + <h3>Change Your Password</h3> + <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" WIDTH="70%" COLS=2> + <TR><TD BGCOLOR="#dddddd"><div align="right">New + password:</div></TD> + <TD><MM-New-Pass-Box></TD> + </TR> + <TR> + <TD BGCOLOR="#dddddd"><div align="right">Again to + confirm:</div></TD> + <TD><MM-Confirm-Pass-Box></TD> + </TR> + </table> + + <MM-Change-Pass-Button> + <p><center><mm-global-pw-changes-button>Change globally. + </center> +</TABLE> + +<p> +<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> + <TR><TD WIDTH="100%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000"> + <B>Your <MM-List-Name> Subscription Options</B> + </FONT></TD></TR> +</table> + +<p> +<i><strong>Current values are checked.</strong></i> + +<p>Note that some of the options have a <em>Set globally</em> +checkbox. Checking this field will cause the changes to be made to +every mailing list that you are a member of on <mm-host>. Click on +<em>List my other subscriptions</em> above to see which other mailing +lists you are subscribed to. +<p> +<TABLE BORDER="0" CELLSPACING="3" CELLPADDING="4" WIDTH="100%"> + <tr><TD BGCOLOR="#cccccc"> + <a name="disable"> + <strong>Mail delivery</strong></a><p> + Set this option to <em>Enabled</em> to receive messages posted + to this mailing list. Set it to <em>Disabled</em> if you want + to stay subscribed, but don't want mail delivered to you for a + while (e.g. you're going on vacation). If you disable mail + delivery, don't forget to re-enable it when you come back; it + will not be automatically re-enabled. + </td><td bgcolor="#cccccc"> + <mm-delivery-enable-button>Enabled<br> + <mm-delivery-disable-button>Disabled<p> + <mm-global-deliver-button><i>Set globally</i> + </td></tr> + + <tr><TD BGCOLOR="#cccccc"> + <strong>Set Digest Mode</strong><p> + If you turn digest mode on, you'll get posts bundled together + (usually one per day but possibly more on busy lists), instead + of singly when they're sent. If digest mode is changed from + on to off, you may receive one last digest. + </td><td bgcolor="#cccccc"> + <MM-Undigest-Radio-Button>Off<br> + <MM-Digest-Radio-Button>On + </td></tr> + + <tr><TD BGCOLOR="#cccccc"> + <strong>Get MIME or Plain Text Digests?</strong><p> + Your mail reader may or may not support MIME digests. In + general MIME digests are preferred, but if you have a problem + reading them, select plain text digests. + </td><td bgcolor="#cccccc"> + <MM-Mime-Digests-Button>MIME<br> + <MM-Plain-Digests-Button>Plain Text<p> + <mm-global-mime-button><i>Set globally</i> + </td></tr> + + <tr><TD BGCOLOR="#cccccc"> + <strong>Receive your own posts to the list?</strong><p> + Ordinarily, you will get a copy of every message you post to + the list. If you don't want to receive this copy, set this + option to <em>No</em>. + </td><td bgcolor="#cccccc"> + <mm-dont-receive-own-mail-button>No<br> + <mm-receive-own-mail-button>Yes + </td></tr> + + <tr><TD BGCOLOR="#cccccc"> + <strong>Receive acknowledgement mail when you send mail to + the list?</strong><p> + </td><td bgcolor="#cccccc"> + <mm-dont-ack-posts-button>No<br> + <mm-ack-posts-button>Yes + </td></tr> + + <tr><td bgcolor="#cccccc"> + <strong>Get password reminder email for this list?</strong><p> + Once a month, you will get an email containing a password + reminder for every list at this host to which you are + subscribed. You can turn this off on a per-list basis by + selecting <em>No</em> for this option. If you turn off + password reminders for all the lists you are subscribed to, no + reminder email will be sent to you. + </td><td bgcolor="#cccccc"> + <mm-dont-get-password-reminder-button>No<br> + <mm-get-password-reminder-button>Yes<p> + <mm-global-remind-button><i>Set globally</i> + </td></tr> + + <tr><TD BGCOLOR="#cccccc"> + <strong>Conceal yourself from subscriber list?</strong><p> + When someone views the list membership, your email address is + normally shown (in an obscured fashion to thwart spam + harvesters). If you do not want your email address to show up + on this membership roster at all, select <em>Yes</em> for this option. + </td><td bgcolor="#cccccc"> + <MM-Public-Subscription-Button>No<br> + <MM-Hide-Subscription-Button>Yes + </td></tr> + + <tr><TD BGCOLOR="#cccccc"> + <strong>What language do you prefer?</strong><p> + </td><td bgcolor="#cccccc"> + <MM-list-langs> + </td></tr> + + <tr><td bgcolor="#cccccc"> + <strong>Which topic categories would you like to subscribe + to?</strong><p> + By selecting one or more topics, you can filter the + traffic on the mailing list, so as to receive only a + subset of the messages. If a message matches one of + your selected topics, then you will get the message, + otherwise you will not. + + <p>If a message does not match any topic, the delivery + rule depends on the setting of the option below. If + you do not select any topics of interest, you will get + all the messages sent to the mailing list. + </td><td bgcolor="#cccccc"> + <mm-topics> + </td></tr> + + <tr><td bgcolor="#cccccc"> + <strong>Do you want to receive message that do not match any + topic filter?</strong><p> + + This option only takes effect if you've subscribed to + at least one topic above. It describes what the + default delivery rule is for messages that don't match + any topic filter. Selecting <em>No</em> says that if + the message does not match any topic filters, then you + won't get the message, while selecting <em>Yes</em> + says to delivery such non-matching messages to you. + + <p>If no topics of interest are selected above, then + you will receive every message sent to the mailing + list. + </td><td bgcolor="#cccccc"> + <mm-suppress-nonmatching-topics>No<br> + <mm-receive-nonmatching-topics>Yes + </td></tr> + + <tr><td bgcolor="#cccccc"> + <strong>Avoid duplicate copies of messages?</strong><p> + + When you are listed explicitly in the <tt>To:</tt> or + <tt>Cc:</tt> headers of a list message, you can opt to + not receive another copy from the mailing list. + Select <em>Yes</em> to avoid receiving copies from the + mailing list; select <em>No</em> to receive copies. + + <p>If the list has member personalized messages + enabled, and you elect to receive copies, every copy + will have a <tt>X-Mailman-Copy: yes</tt> header added + to it. + + </td><td bgcolor="#cccccc"> + <mm-receive-duplicates-button>No<br> + <mm-dont-receive-duplicates-button>Yes<p> + <mm-global-nodupes-button><i>Set globally</i> + </td></tr> + + <tr><TD colspan="2"> + <center><MM-options-Submit-button></center> + </td></tr> + +</table> +</center> +<p> +<MM-Form-End> + +<MM-Mailman-Footer> +</body> +</html> diff --git a/templates/en/postack.txt b/templates/en/postack.txt new file mode 100644 index 00000000..7402e4c2 --- /dev/null +++ b/templates/en/postack.txt @@ -0,0 +1,8 @@ +Your message entitled + + %(subject)s + +was successfully received by the %(listname)s mailing list. + +List info page: %(listinfo_url)s +Your preferences: %(optionsurl)s diff --git a/templates/en/postauth.txt b/templates/en/postauth.txt new file mode 100644 index 00000000..a1072771 --- /dev/null +++ b/templates/en/postauth.txt @@ -0,0 +1,13 @@ +As list administrator, your authorization is requested for the +following mailing list posting: + + List: %(listname)s@%(hostname)s + From: %(sender)s + Subject: %(subject)s + Reason: %(reason)s + +At your convenience, visit: + + %(admindb_url)s + +to approve or deny the request. diff --git a/templates/en/postheld.txt b/templates/en/postheld.txt new file mode 100644 index 00000000..877bb405 --- /dev/null +++ b/templates/en/postheld.txt @@ -0,0 +1,15 @@ +Your mail to '%(listname)s' with the subject + + %(subject)s + +Is being held until the list moderator can review it for approval. + +The reason it is being held: + + %(reason)s + +Either the message will get posted to the list, or you will receive +notification of the moderator's decision. If you would like to cancel +this posting, please visit the following URL: + + %(confirmurl)s diff --git a/templates/en/private.html b/templates/en/private.html new file mode 100644 index 00000000..79a27dad --- /dev/null +++ b/templates/en/private.html @@ -0,0 +1,43 @@ +<html> +<head> + <title>%(realname)s Private Archives Authentication</title> +</head> +<body bgcolor="#ffffff"> +<FORM METHOD=POST ACTION="%(action)s/"> +%(message)s + <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1">%(realname)s Private + Archives Authentication</FONT></B> + </TD> + </TR> + <tr> + <TD><div ALIGN="Right">Email address:</div></TD> + <TD><INPUT TYPE="text" NAME="username" SIZE="30"></TD> + </tr> + <tr> + <TD><div ALIGN="Right">Password:</div></TD> + <TD><INPUT TYPE="password" NAME="password" SIZE="30"></TD> + </tr> + <tr> + <td colspan=2 align="middle"><INPUT type="SUBMIT" + name="submit" + value="Let me in..."> + </td> + </tr> + </TABLE> + <p><strong><em>Important:</em></strong> From this point on, you + must have cookies enabled in your browser, otherwise no + administrative changes will take effect. + + <p>Session cookies are used in Mailman's + administrative interface so that you don't need to + re-authenticate with every administrative operation. This + cookie will expire automatically when you exit your browser, or + you can explicitly expire the cookie by hitting the + <em>Logout</em> link under <em>Other Administrative + Activities</em> (which you'll see once you successfully log in). +</FORM> +</body> +</html> diff --git a/templates/en/refuse.txt b/templates/en/refuse.txt new file mode 100644 index 00000000..9b6d9bb9 --- /dev/null +++ b/templates/en/refuse.txt @@ -0,0 +1,13 @@ +Your request to the %(listname)s mailing list + + %(request)s + +has been rejected by the list moderator. The moderator gave the +following reason for rejecting your request: + +"%(reason)s" + +Any questions or comments should be directed to the list administrator +at: + + %(adminaddr)s diff --git a/templates/en/roster.html b/templates/en/roster.html new file mode 100644 index 00000000..be3d1c89 --- /dev/null +++ b/templates/en/roster.html @@ -0,0 +1,53 @@ +<!-- $Revision: 3394 $ --> +<HTML> + <HEAD> + <TITLE><MM-List-Name> Subscribers</TITLE> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + + <P> + <TABLE WIDTH="100%" COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> + Subscribers</FONT></B> + </TD> + </TR> + <TR> + <TD COLSPAN="2" WIDTH="100%" ALIGN="CENTER"> + + <P align = "right"> <MM-lang-form-start><MM-displang-box> + <MM-list-langs><MM-form-end></p> + + <P>Click on your address to visit your subscription + options page.<br><I>(Parenthesized entries have list delivery + disabled.)</I></P> + </TD> + </TR> + <TR WIDTH="100%" VALIGN="top"> + <TD BGCOLOR="#FFF0D0" WIDTH="50%"> + <center> + <B><FONT COLOR="#000000"><MM-Num-Reg-Users> + Non-digested Members of <MM-List-Name>:</FONT></B> + </center> + </TD> + <TD BGCOLOR="#FFF0D0" WIDTH="50%"> + <center> + <B><FONT COLOR="#000000"><MM-Num-Digesters> Digested + Members of <MM-List-Name>:</FONT></B> + </center> + </TD> + </TR> + <TR VALIGN="top"> + <td> + <P><MM-Regular-Users> + </td> + <td> + <P><MM-Digest-Users> + </td> + </tr> + </table> +<MM-Mailman-Footer> +</BODY> +</HTML> diff --git a/templates/en/subauth.txt b/templates/en/subauth.txt new file mode 100644 index 00000000..9c20c3da --- /dev/null +++ b/templates/en/subauth.txt @@ -0,0 +1,11 @@ +Your authorization is required for a mailing list subscription request +approval: + + For: %(username)s + List: %(listname)s@%(hostname)s + +At your convenience, visit: + + %(admindb_url)s + +to process the request. diff --git a/templates/en/subscribe.html b/templates/en/subscribe.html new file mode 100644 index 00000000..197e6366 --- /dev/null +++ b/templates/en/subscribe.html @@ -0,0 +1,9 @@ +<!-- $Revision: 3550 $ --> +<html> +<head><title><MM-List-Name> Subscription results</title></head> +<body bgcolor="white"> +<h1><MM-List-Name> Subscription results</h1> +<MM-Results> +<MM-Mailman-Footer> +</body> +</html> diff --git a/templates/en/subscribeack.txt b/templates/en/subscribeack.txt new file mode 100644 index 00000000..fad433f2 --- /dev/null +++ b/templates/en/subscribeack.txt @@ -0,0 +1,33 @@ +Welcome to the %(real_name)s@%(host_name)s mailing list! +%(welcome)s +To post to this list, send your email to: + + %(emailaddr)s + +General information about the mailing list is at: + + %(listinfo_url)s + +If you ever want to unsubscribe or change your options (eg, switch to or +from digest mode, change your password, etc.), visit your subscription +page at: + + %(optionsurl)s +%(umbrella)s +You can also make such adjustments via email by sending a message to: + + %(real_name)s-request@%(host_name)s + +with the word `help' in the subject or body (don't include the +quotes), and you will get back a message with instructions. + +You must know your password to change your options (including changing +the password, itself) or to unsubscribe. It is: + + %(password)s + +Normally, Mailman will remind you of your %(host_name)s mailing list +passwords once every month, although you can disable this if you +prefer. This reminder will also include instructions on how to +unsubscribe or change your account options. There is also a button on +your options page that will email your current password to you. diff --git a/templates/en/unsub.txt b/templates/en/unsub.txt new file mode 100644 index 00000000..b08f65ba --- /dev/null +++ b/templates/en/unsub.txt @@ -0,0 +1,23 @@ +Mailing list removal confirmation notice for mailing list %(listname)s + +We have received a request%(remote)s for the removal of your email +address, "%(email)s" from the %(listaddr)s mailing list. To confirm +that you want to be removed from this mailing list, simply reply to +this message, keeping the Subject: header intact. Or visit this web +page: + + %(confirmurl)s + +Or include the following line -- and only the following line -- in a +message to %(requestaddr)s: + + confirm %(cookie)s + +Note that simply sending a `reply' to this message should work from +most mail readers, since that usually leaves the Subject: line in +the right form (additional "Re:" text in the Subject: is okay). + +If you do not wish to be removed from this list, please simply +disregard this message. If you think you are being maliciously +removed from the list, or have any other questions, send them to +%(listadmin)s. diff --git a/templates/en/unsubauth.txt b/templates/en/unsubauth.txt new file mode 100644 index 00000000..920f6c1b --- /dev/null +++ b/templates/en/unsubauth.txt @@ -0,0 +1,11 @@ +Your authorization is required for a mailing list unsubscription +request approval: + + By: %(username)s + From: %(listname)s@%(hostname)s + +At your convenience, visit: + + %(admindb_url)s + +to process the request. diff --git a/templates/en/userpass.txt b/templates/en/userpass.txt new file mode 100644 index 00000000..2a53a846 --- /dev/null +++ b/templates/en/userpass.txt @@ -0,0 +1,24 @@ +You, or someone posing as you, has requested a password reminder for +your membership on the mailing list %(fqdn_lname)s. You will need +this password in order to change your membership options (e.g. do you +want regular delivery or digest delivery), and having this password +makes it easier for you to unsubscribe from the mailing list. + +You are subscribed with the address: %(user)s + +Your %(listname)s password is: %(password)s + +To make changes to your membership options, log in and visit your +options web page: + + %(options_url)s + +You can also make such changes via email by sending a message to: + + %(requestaddr)s + +with the text "help" in the subject or body. The automatic reply will +contain more detailed instructions. + +Questions or comments? Please send them to the %(listname)s mailing +list administrator at %(owneraddr)s. diff --git a/templates/en/verify.txt b/templates/en/verify.txt new file mode 100644 index 00000000..36229f8c --- /dev/null +++ b/templates/en/verify.txt @@ -0,0 +1,22 @@ +Mailing list subscription confirmation notice for mailing list %(listname)s + +We have received a request%(remote)s for subscription of your email +address, "%(email)s", to the %(listaddr)s mailing list. To confirm +that you want to be added to this mailing list, simply reply to this +message, keeping the Subject: header intact. Or visit this web page: + + %(confirmurl)s + +Or include the following line -- and only the following line -- in a +message to %(requestaddr)s: + + confirm %(cookie)s + +Note that simply sending a `reply' to this message should work from +most mail readers, since that usually leaves the Subject: line in +the right form (additional "Re:" text in the Subject: is okay). + +If you do not wish to be subscribed from this list, please simply +disregard this message. If you think you are being maliciously +subscribed to the list, or have any other questions, send them to +%(listadmin)s. |