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