|
To insert something into the subject line of all mail passing through the list, create a file called "/home/md/listname/prefix". An example of the contents is "Mylist;", so that the subject of the messages will be like: "Subject: Mylist; normal subject"
If you create the file "/home/md/listname/text/trailer", it will add this to the end of all messages going through the list. Most free e-mail providers do something like this.
To set a maximum message size (recommended), create the file "/home/md/listname/msgsize" with the number saying the maximum number of bytes. Putting "50000" inside will limit the message size to 50k.
If you want to protect the list from spam and only allow subscribed members to send mail to the list, you need to edit the file "/home/md/listname/bouncer" and add this line at the top:
|/usr/local/bin/ezmlm/ezmlm-warn '/home/md/listname' || exit 0
be very careful to enter it exactly as above, and not leave any blank lines.
For real power users, a much better FAQ is available here.
|