Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| module:listserver [2018/03/01 12:21] – old revision restored digital man | module:listserver [2026/05/30 00:13] (current) – Update old CVS/GitLab source links to current gitlab.synchro.net URLs Claude.Ai | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| requesting client' | requesting client' | ||
| + | ==== MIME ==== | ||
| + | The ListServer does not at this time support the decoding of [[wp> | ||
| + | <code ini> | ||
| + | SubjectCommand = true | ||
| + | BodyCommand = false | ||
| + | </ | ||
| + | |||
| + | MIME-encoded mailing list // | ||
| ===== Submissions ===== | ===== Submissions ===== | ||
| Writable mailing lists allow the user to submit messages to the list by | Writable mailing lists allow the user to submit messages to the list by | ||
| Line 49: | Line 57: | ||
| 2. Edit your '' | 2. Edit your '' | ||
| - | * creating a separate section for each mailing list and specifying the " | + | * creating a separate section for each mailing list and specifying the " |
| * If you wish to allow control commands in the subject of messages addressed to the ListServer, set '' | * If you wish to allow control commands in the subject of messages addressed to the ListServer, set '' | ||
| * Set '' | * Set '' | ||
| Line 55: | Line 63: | ||
| 3. Edit your '' | 3. Edit your '' | ||
| the following section: | the following section: | ||
| - | + | <code ini> | |
| - | | + | [listserver.js] |
| - | | + | |
| - | | + | |
| + | </ | ||
| Include in the " | Include in the " | ||
| from your '' | from your '' | ||
| + | |||
| + | Example: | ||
| + | <code ini> | ||
| + | to = listserver, listserv, listname1, listname2, etc. | ||
| + | </ | ||
| 4. Add the command-line of ''? | 4. Add the command-line of ''? | ||