diff options
| author | bwarsaw | 2000-12-08 18:09:45 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-12-08 18:09:45 +0000 |
| commit | fe6046f4b585ca90bd0a306a67f2872db5dba48b (patch) | |
| tree | ae93dffee58866ead0b734fe2a51813d1c73f7fc /contrib | |
| parent | 7d4f0688d416b608c4acd5b5cb9bd12b26fb884b (diff) | |
| download | mailman-fe6046f4b585ca90bd0a306a67f2872db5dba48b.tar.gz mailman-fe6046f4b585ca90bd0a306a67f2872db5dba48b.tar.zst mailman-fe6046f4b585ca90bd0a306a67f2872db5dba48b.zip | |
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/auto | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/auto b/contrib/auto index 21a0b64a9..28436d183 100644 --- a/contrib/auto +++ b/contrib/auto @@ -16,7 +16,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# To use, set the following in your main.cf file: +"""Automatically send a message to a mailing list. +""" + +# To use with Postfix, set the following in your main.cf file: # # recipient_delimiter = + # luser_relay = mm+$user@yourdomain.com |
