| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| module:listserver [2021/07/07 19:44] – [How it works] add section about MIME digital man | module:listserver [2026/05/30 00:13] (current) – Update old CVS/GitLab source links to current gitlab.synchro.net URLs Claude.Ai |
|---|
| 2. Edit your ''[[dir:ctrl]]/[[config:listserver.ini]]'' file: | 2. Edit your ''[[dir:ctrl]]/[[config:listserver.ini]]'' file: |
| |
| * creating a separate section for each mailing list and specifying the "internal code" of the associated sub-board using the ''sub'' key. See the stock ''[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/listserver.ini|listserver.ini]]'' for an example. | * creating a separate section for each mailing list and specifying the "internal code" of the associated sub-board using the ''sub'' key. See the stock ''[[https://gitlab.synchro.net/main/sbbs/-/blob/master/ctrl/listserver.ini|listserver.ini]]'' for an example. |
| * If you wish to allow control commands in the subject of messages addressed to the ListServer, set ''SubjectCommand = true'' in the [[:config:INI_files#root section]] of the file. | * If you wish to allow control commands in the subject of messages addressed to the ListServer, set ''SubjectCommand = true'' in the [[:config:INI_files#root section]] of the file. |
| * Set ''disabled = false'' in the [[:config:INI_files#root section]] portion of the file to enable the ListServer. | * Set ''disabled = false'' in the [[:config:INI_files#root section]] portion of the file to enable the ListServer. |
| 3. Edit your ''[[dir:ctrl]]/[[config:mailproc.ini]]'' file, adding (if you don't have it already) | 3. Edit your ''[[dir:ctrl]]/[[config:mailproc.ini]]'' file, adding (if you don't have it already) |
| the following section: | the following section: |
| | <code ini> |
| [listserver.js] | [listserver.js] |
| to = listserver, listserv | to = listserver, listserv |
| passthru = false | passthru = false |
| | </code> |
| Include in the "to" value the names of any writable (not readonly) lists | Include in the "to" value the names of any writable (not readonly) lists |
| from your ''listserver.ini'' file. Be sure to separate the names with commas. | from your ''listserver.ini'' file. Be sure to separate the names with commas. |
| | |
| | Example: |
| | <code ini> |
| | to = listserver, listserv, listname1, listname2, etc. |
| | </code> |
| |
| 4. Add the command-line of ''?listserver'' as a timed-event in [[util:SCFG]]->External | 4. Add the command-line of ''?listserver'' as a timed-event in [[util:SCFG]]->External |