diff --git a/AUTHORS b/AUTHORS index a2331e7..aaee6cf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,3 @@ -Peter Simons +Peter Simons Ralf S. Engelschall Thomas Lotterer diff --git a/ChangeLog b/ChangeLog index adc1c07..6aa9b14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ of defaults, the user should choose his CFLAGS himself. The '-g' is particularly annoying. -2001-02-17 Peter Simons +2001-02-17 Peter Simons * Updated the documentation for the new version. @@ -47,19 +47,19 @@ version number for "new-version" on the command line, provide "VERSION=0.8.15". -2001-01-20 Peter Simons +2001-01-20 Peter Simons * Underscores in file names suck, because you need an extra key-press to type them compared to the hyphen. For this reason (and for consistency) I corrected this horrible, horrible mistake of the past and renamed everything that contained an underscore. -2001-01-20 Peter Simons +2001-01-20 Peter Simons * Renamed the MTA_Options" tag in the master config file to "MTAOptions" for consistency. -2001-01-19 Peter Simons +2001-01-19 Peter Simons * Changed ACL semantics: The ACL is processed _only_ if the posting didn't have a valid password. If it did, the mail is going @@ -67,7 +67,7 @@ * Added a warning message to be logged when no global ACL file exists. -2001-01-19 Peter Simons +2001-01-19 Peter Simons * Greatly enhanced the log messages Petidomo writes. Made the existing messages more helpful, added lots of new ones, generally @@ -96,7 +96,7 @@ * Added two useful scripts for list administrators: petidomo-approve and petidomo-kickout. -2001-01-16 Peter Simons +2001-01-16 Peter Simons * Added the "acknowledge" feature for mailing list postings. @@ -109,7 +109,7 @@ * The ACL is now tested _before_ anything else, meaning that you can use the "approve" action to bypass all other tests. -2001-01-15 Peter Simons +2001-01-15 Peter Simons * The "ListType" keyword is no longer a mandatory directive in the list's config file; it now defaults to "open". @@ -131,7 +131,7 @@ listserv_main() and to hermes_main(). The parameter will be used by the "acknowledge" mechanism. -2001-01-11 Peter Simons +2001-01-11 Peter Simons * Added config entry "AcknowledgementFile" to the mailing list's config file. @@ -140,7 +140,7 @@ wrong when he tries to un-/subscribe an address without specifying a (valid) list name. -2001-01-08 Peter Simons +2001-01-08 Peter Simons * Added "install-testlist" target to the Makefile. @@ -153,7 +153,7 @@ * Added "install" target to the Makefile. -2001-01-06 Peter Simons +2001-01-06 Peter Simons * The whole concept of the "petidomo" user is gone. Instead, compile complete paths into the binary and make them run-time @@ -178,7 +178,7 @@ file thing Petidomo had for ever. Consequently, the "ShowOnIndex" directive in the list's config file is gone. -2000-12-15 Peter Simons +2000-12-15 Peter Simons * The whole signature stuff the commercial Petidomo is gone; the free version does not need this. This, the "AppendSignature" @@ -194,7 +194,7 @@ The different modes of operation will now be distinguished by the mandatory command line parameter "--mode". -2000-12-14 Peter Simons +2000-12-14 Peter Simons * Removed the complimentary mail2news.c program from the distribution. The program isn't tested, it isn't documented ... so @@ -206,7 +206,7 @@ are useful to reduce the amount of effort required in daily mailing lists administration. -2000-12-01 Peter Simons +2000-12-01 Peter Simons * CyberSolutions GmbH has released a version of Petidomo 2.2 under GPL at . diff --git a/address-db.c b/address-db.c index a5f1da5..420d201 100644 --- a/address-db.c +++ b/address-db.c @@ -2,7 +2,7 @@ $Source$ $Revision$ - Copyright (C) 2000 by Peter Simons + Copyright (C) 2000 by Peter Simons This file is part of Petidomo. diff --git a/approve.c b/approve.c index 14eb8b5..a26f1f8 100644 --- a/approve.c +++ b/approve.c @@ -2,7 +2,7 @@ $Source$ $Revision$ - Copyright (C) 2000 by Peter Simons . + Copyright (C) 2000 by Peter Simons . This file is part of Petidomo. diff --git a/docs/petidomo.tex b/docs/petidomo.tex index c0cdd90..e190277 100644 --- a/docs/petidomo.tex +++ b/docs/petidomo.tex @@ -23,8 +23,8 @@ \begin{document} \title{The Petidomo Mailing List Manager} -\author{Peter Simons $<$simons@computer.org$>$} -\date{February 2001} +\author{Peter Simons $<$simons@cryp.to$>$} +\date{February 2010} \maketitle \tableofcontents \clearpage @@ -1386,7 +1386,7 @@ also use the synonyms ``approved'', ``password'' or ``passwd'' instead. Here is an example: \begin{quote} \begin{verbatim} -From: simons@computer.org (Peter Simons) +From: peter@example.org (Peter Simons) Subject: Cats are the most beautiful animals in the world. approve let me post @@ -1406,7 +1406,7 @@ headers of outgoing mail. That is why the body-approval has been added.) Here is the same example as above now using the headers: \begin{quote} \begin{verbatim} -From: simons@computer.org (Peter Simons) +From: peter@example.org (Peter Simons) Subject: Cats are the most beautiful animals in the world. Approve: let me post @@ -1698,7 +1698,7 @@ are the same to Petidomo. to be included in quotes. An ACL statement like this: \begin{quote} \begin{verbatim} -if from == simons@computer.org then drop; +if from == peter@example.org then drop; \end{verbatim} \end{quote} will cause Petidomo to abort with an error, because it can't parse @@ -1710,7 +1710,7 @@ quotes, too. A statement like this can also not be parsed by Petidomo: \begin{quote} \begin{verbatim} -if from == "simons@computer.org" then +if from == "peter@example.org" then forward postmaster@example.org; \end{verbatim} \end{quote} @@ -1793,7 +1793,7 @@ additionally to a regular posting filter you might have configured. A nice example for what this feature can be used is the following: \begin{quote} \begin{verbatim} -if (address == "simons@computer.org") then +if (address == "peter@example.org") then filter "/usr/local/libexec/petidomo/simons.filter"; \end{verbatim} \end{quote} diff --git a/generate-cookie.c b/generate-cookie.c index 7dda213..533a8c3 100644 --- a/generate-cookie.c +++ b/generate-cookie.c @@ -2,7 +2,7 @@ $Source$ $Revision$ - Copyright (C) 2001 by Peter Simons . + Copyright (C) 2001 by Peter Simons . This file is part of Petidomo. diff --git a/petidomo.pod b/petidomo.pod index 84122ea..c9a5a03 100644 --- a/petidomo.pod +++ b/petidomo.pod @@ -914,7 +914,7 @@ Example: =over 4 -B =back @@ -1056,7 +1056,7 @@ instead. Here is an example: =over 4 -=item B +=item B =item B @@ -1087,7 +1087,7 @@ added. Here is the same example as above now using the headers: =over 4 -=item B +=item B =item B @@ -1466,7 +1466,7 @@ B, B, B. =head1 AUTHOR Peter Simons - + =cut diff --git a/queue-command.c b/queue-command.c index a8dd771..04b2252 100644 --- a/queue-command.c +++ b/queue-command.c @@ -2,7 +2,7 @@ $Source$ $Revision$ - Copyright (C) 2000 by Peter Simons . + Copyright (C) 2000 by Peter Simons . This file is part of Petidomo. diff --git a/queue-posting.c b/queue-posting.c index db4ed6b..e3a9619 100644 --- a/queue-posting.c +++ b/queue-posting.c @@ -2,7 +2,7 @@ $Source$ $Revision$ - Copyright (C) 2000 by Peter Simons . + Copyright (C) 2000 by Peter Simons . This file is part of Petidomo.