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/node30.html | 185 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 doc/mailman-member/node30.html (limited to 'doc/mailman-member/node30.html') diff --git a/doc/mailman-member/node30.html b/doc/mailman-member/node30.html new file mode 100644 index 00000000..0e1607f5 --- /dev/null +++ b/doc/mailman-member/node30.html @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + +9.1 How do I make sure that my post has the right topic? + + + + + +

+
+9.1 How do I make sure that my post has the right + topic? +

+ +

+When a list administrator defines a topic, he or she sets three things: + +

+ +

+You can view this information by logging in to your member options page. + (See Section 3.1 for more details on how to do this.) and +clicking on the "details" link for any topic that interests you. + +

+To post on a given topic, you need to make sure that the +Keywords: or Subject: headers in a message +match the regular expression for that topic. +Regular expressions can actually be fairly complex, so you may want to +just ask the list administrator if you don't know how to make +heads or tails of the expression given. + +

+Most Mailman topic expressions will be fairly simple regular expressions, so +in this document we will simply give you some common examples. Regular +expressions are a bit too complex to teach in a few lines here, so if you +really want to understand how the regular expressions work, you should +find a tutorial or reference elsewhere. (For example, DevShed has a decent +tutorial at +http://www.devshed.com/Server_Side/Administration/RegExp/) + +

+Here are some examples of possible regular expressions and matching lines: + +

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Regular expressionMatching lines
zuffKeywords: zuff
zuffKeywords: ZUFF
zuffKeywords: Zuff
zuffKeywords: amaryllis, zuff, applesauce
zuffSubject: [zuff] Do you have the right stuff for zuff?
zuffSubject: Do you have the right stuff for zuff?
zuffSubject: What is zuff?
\[zuff\]Keywords: [zuff]
\[zuff\]Subject: [zuff] Do you have the right stuff?
\[zuff\]Subject: Online zuff tutorials (was Re: [zuff] What is zuff?)
+ +

+A few notes: + +

+ +

+ +

+ + + + -- cgit v1.2.3