Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
module:listserver [2021/07/07 19:44] – [How it works] add section about MIME digital manmodule:listserver [2021/07/07 20:26] (current) – [Configuration] Per Diehard: I would have put a example like this to = listserver, listserv, listname1, listname2, exc... digital man
Line 63: Line 63:
 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