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
Last revisionBoth sides next revision
module:listserver [2018/03/01 12:21] – old revision restored digital manmodule:listserver [2021/07/07 19:44] – [How it works] add section about MIME 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