diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
commit | c72c1cf5f95cbe537b005028f1743cddb16ef203 (patch) | |
tree | 93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /mail/distribute/DESCR | |
parent | 37637e483f1bf6574e9306aebbd013bb63d888d6 (diff) | |
download | pkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'mail/distribute/DESCR')
-rw-r--r-- | mail/distribute/DESCR | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/distribute/DESCR b/mail/distribute/DESCR new file mode 100644 index 00000000000..4736767ea5c --- /dev/null +++ b/mail/distribute/DESCR @@ -0,0 +1,18 @@ +distribute - reforward incoming messages to a mailing list + +Distribute takes as its standard input a mail message, modifies +the header (and optionally the body) of that message, then invokes +sendmail to send the message to the specified recipients. It is +primarily useful for those who run large mailing lists. + +Distribute does not include membership management. It only does the +rewrite and dispatch of the mailng list emails. +Use majordomo (ports/mail/majordomo) for membership management. + +Facilities include: + Article numbering + Subject rewrite to Subject: (mailing-list 1234) + Proper handling of error related headers + Reply-to rewrite/insertion if necessery + Archiving + membership file from Majordomo's configuration directory |