From 3a258ad5cdd98c5705af6c02ba91993b3d382adc Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 5 Dec 2007 17:23:41 -0500 Subject: Because the admin directory is no longer included, the www directory isn't either, and that's where the generated docs used to live. So now, make this directory include the generated docs, removing the old IPC7 and LISA-98 directories, and the .tex source files. These latter are moved to the admin repository. --- doc/mailman-member/node7.html | 141 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 doc/mailman-member/node7.html (limited to 'doc/mailman-member/node7.html') diff --git a/doc/mailman-member/node7.html b/doc/mailman-member/node7.html new file mode 100644 index 00000000..8e722813 --- /dev/null +++ b/doc/mailman-member/node7.html @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + +2 Translating from our examples to real lists + + + + + +

+2 Translating from our examples to real lists +

+ +

+Often, it's easier to simply give an example than explain exactly how +to find the address for your specific list. As such, we'll frequently +give examples for a fictional list called + whose list information page can be found at +http://WEBSERVER/mailman/listinfo/LISTNAME. + +

+Neither of these are +real addresses, but they show the form of a typical list address. +The capital letters used for the list-specific parts of each address should +make it easier to see what should be changed for each +list. Although specific list configurations may be different, you will +probably be able to just replace the words given in capital letters with the +appropriate values for a real list: + +

+

+
LISTNAME
+
The name of your list. + +
+
DOMAIN
+
The name of the mail server which handles that list. + +
+
WEBSERVER
+
The name of the web server which handles the list web interface. This may be the same as DOMAIN, and often refers to the same machine, but does not have to be identical. +
+
+ +

+As a real-life example, if you are interested in the mailman-users list, you'd +make the following substitutions: LISTNAME=mailman-users, DOMAIN=python.org, WEBSERVER=mail.python.org. As such, for the + +mailing list, the list information page can be found at the URL +http://mail.python.org/mailman/listinfo/mailman-users. (These, unlike +most of the examples given in this document, are real addresses.) + +

+Most lists will have this information stored in the List-*: +headers. Many +mail programs will hide these by default, so you may have to choose to view +full headers before you can see these informational headers. + +

+ +

+ + + + -- cgit v1.2.3