Go to file
2019-07-12 16:32:05 +02:00
config Replace tabs by blanks in our sample configuration files. 2019-07-12 16:32:05 +02:00
doc doc: use latexmk to get the amount of necessary re-runs right 2019-07-10 17:37:16 +02:00
filter Drop all occurrences of magic CVS keywords. 2010-02-24 17:34:13 +01:00
libargv Include <config.h> in every source code module. 2013-02-09 20:19:19 +01:00
libconfigfile Update copyright headers. 2019-07-10 15:00:47 +02:00
liblists Update copyright headers. 2019-07-10 15:00:47 +02:00
libmpools Update copyright headers. 2019-07-10 15:00:47 +02:00
librfc822 librfc822: link our 'mpools' and 'lists' dependencies as libraries 2019-07-11 15:02:24 +02:00
libtext Update copyright headers. 2019-07-10 15:00:47 +02:00
.gitignore git: ignore files generated by latexmk 2019-07-12 15:47:29 +02:00
.prev-version maint: post-release administrivia 2013-02-11 14:43:08 +01:00
.travis.yml doc: use latexmk to get the amount of necessary re-runs right 2019-07-10 17:37:16 +02:00
acl-parser.y acl-parser.y: update name-prefix directive for modern versions of bison 2019-07-10 15:47:55 +02:00
acl-scanner.l Update copyright headers. 2019-07-10 15:00:47 +02:00
address-db.c Update copyright headers. 2019-07-10 15:00:47 +02:00
approve.c Update copyright headers. 2019-07-10 15:00:47 +02:00
archive.c Update copyright headers. 2019-07-10 15:00:47 +02:00
authen.c Update copyright headers. 2019-07-10 15:00:47 +02:00
AUTHORS Updated my e-mail address. 2010-02-18 16:29:27 +01:00
bootstrap.sh bootstrap.sh: find gnulib at ../gnulib, too 2019-07-12 16:32:05 +02:00
cfg.mk cfg.mk: add 'maintainer-upload-website' target 2019-07-10 15:00:20 +02:00
config-files.c Update copyright headers. 2019-07-10 15:00:47 +02:00
configure.ac configure.ac: don't expect our release tarballs to conform to GNU standards 2019-07-12 16:32:05 +02:00
COPYING Updated license to GPLv3 or later. 2010-02-24 17:34:05 +01:00
filter.c Update copyright headers. 2019-07-10 15:00:47 +02:00
generate-cookie.c Update copyright headers. 2019-07-10 15:00:47 +02:00
handleacl.c Update copyright headers. 2019-07-10 15:00:47 +02:00
help.c Update copyright headers. 2019-07-10 15:00:47 +02:00
hermes.c Update copyright headers. 2019-07-10 15:00:47 +02:00
index.c Update copyright headers. 2019-07-10 15:00:47 +02:00
io.c Update copyright headers. 2019-07-10 15:00:47 +02:00
listserv.c Update copyright headers. 2019-07-10 15:00:47 +02:00
mailer.c Update copyright headers. 2019-07-10 15:00:47 +02:00
main.c Cosmetic changes to the --help output. 2019-07-12 16:31:43 +02:00
Makefile.am Makefile.am: re-order sub-dirs topographically 2019-07-11 15:02:47 +02:00
members.c Update copyright headers. 2019-07-10 15:00:47 +02:00
NEWS maint: post-release administrivia 2013-02-11 14:43:08 +01:00
parsearray.c Update copyright headers. 2019-07-10 15:00:47 +02:00
password.c Update copyright headers. 2019-07-10 15:00:47 +02:00
petidomo-approve.pl Makefile.am: fixed install target and documentation build 2010-02-25 19:38:58 +01:00
petidomo-kickout.pl Makefile.am: fixed install target and documentation build 2010-02-25 19:38:58 +01:00
petidomo.h Update copyright headers. 2019-07-10 15:00:47 +02:00
queue-command.c Update copyright headers. 2019-07-10 15:00:47 +02:00
queue-posting.c Update copyright headers. 2019-07-10 15:00:47 +02:00
README README, NEWS: updated for the upcoming 4.1 release 2010-02-25 19:38:49 +01:00
rfcparse.c Update copyright headers. 2019-07-10 15:00:47 +02:00
subscribe.c Fix ambiguous boolean expressions. 2019-07-10 15:26:03 +02:00
tool.c Update copyright headers. 2019-07-10 15:00:47 +02:00
unsubscribe.c Fix ambiguous boolean expressions. 2019-07-10 15:26:03 +02:00

                                  petidomo 4.x

Petidomo is a small but powerful package that can be used to host and maintain
mailing lists on an Unix machine. Its only requirement is that there is a
working mail transport agent installed, such as sendmail. It has -- among other
things -- the following features:

 * A simple-to-use e-mail command interface, which can be used by users and
   administrators of a mailing list to subscribe or unsubscribe addresses,
   approve postings that have been deferred or rejected, alist ll subscribed
   addresses of a list, etc.

 * Petidomo supports various modes of operation for a mailing list such as open
   lists, closed lists, and moderated lists.

 * Mailing list subscriptions or postings can be verified by requiring an
   acknowledgement. This feature is particularly useful when used for mailing
   list postings as it will keep the vast majority of all spam mail off the
   list.

 * Petidomo can host an arbitrary number of mailing lists in entirely different
   domain name spaces -- also known as "Virtual Hosting".

 * A powerful "Access Control Language" (ACL) can be used to reject, approve,
   drop, or redirect postings or subscription attempts.

 * Mailing list postings can be piped through an external "Posting Filter",
   which can modify the article before it's delivered in any way it sees fit.

 * Petidomo can be configured to add arbitrary headers to any mail that's posted
   on a mailing list.

 * Petidomo can be configured to add a signature to any mail that's posted on a
   mailing list.

The whole package is written in ISO-C and should compile out-of-the-box on any
POSIX.1 compliant system that provides a mail transport agent. It has been
released under the GNU General Public License.

For further information, please refer to the user documentation can be found at
<http://petidomo.sourceforge.net> or at doc/petidomo.html.