Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:listserver [2018/03/01 12:11] – Links to util:binkit changed to module:binkit 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 32: Line 32:
 requesting client's mailbox. requesting client's mailbox.
  
 +==== MIME ====
  
 +The ListServer does not at this time support the decoding of [[wp>MIME]]-encoded control message body text. The simplest solution to this issue is to only accept control commands in the //Subject// of control messages by configuring the following in the root section of your ''[[dir:ctrl]]/[[config:listserver.ini]]'' file:
 +<code ini>
 +SubjectCommand = true
 +BodyCommand = false
 +</code>
 +
 +MIME-encoded mailing list //submissions// (posted messages) are supported, however.
 ===== 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 55: 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.
  
-4. Add the command-line of ''?listserver'' as a timed-event in [[binkit]]->External+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
 Programs->Timed Events. This is necessary for the distribution of  Programs->Timed Events. This is necessary for the distribution of 
 messages posted to sub-boards associated with mailing lists. messages posted to sub-boards associated with mailing lists.
module/listserver.1519935067.txt · Last modified: 2018/03/01 12:11 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0