Removed all references to petidomo.com and cys.de.
This commit is contained in:
parent
803523256a
commit
c34436fab8
@ -1384,7 +1384,7 @@ also use the synonyms ``approved'', ``password'' or ``passwd''
|
||||
instead. Here is an example:
|
||||
\begin{quote}
|
||||
\begin{verbatim}
|
||||
From: simons@petidomo.com (Peter Simons)
|
||||
From: simons@computer.org (Peter Simons)
|
||||
Subject: Cats are the most beautiful animals in the world.
|
||||
|
||||
approve let me post
|
||||
@ -1404,7 +1404,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@petidomo.com (Peter Simons)
|
||||
From: simons@computer.org (Peter Simons)
|
||||
Subject: Cats are the most beautiful animals in the world.
|
||||
Approve: let me post
|
||||
|
||||
@ -1637,12 +1637,12 @@ he would receive a mail like that:
|
||||
\begin{quote}
|
||||
\begin{verbatim}
|
||||
Date: Sat, 28 Jun 1997 19:59:18 +0200 (MET DST)
|
||||
From: testlist-owner@peti.cys.de (Petidomo Mailing List Server)
|
||||
To: simons@cys.de
|
||||
Cc: testlist-owner@peti.cys.de
|
||||
From: testlist-owner@example.org (Petidomo Mailing List Server)
|
||||
To: simons@example.org
|
||||
Cc: testlist-owner@example.org
|
||||
Subject: Your posting to list "testlist" was rejected
|
||||
Precedence: junk
|
||||
Sender: testlist-owner@peti.cys.de
|
||||
Sender: testlist-owner@example.org
|
||||
|
||||
Dear poster,
|
||||
|
||||
@ -1653,10 +1653,10 @@ trouble if you continue to spread them.
|
||||
|
||||
>From simons Sat Jun 28 19:59:17 1997
|
||||
Received: from [[UNIX: localhost]]
|
||||
by peti.cys.de (8.8.5/8.8.4) id TAA16959
|
||||
by example.org (8.8.5/8.8.4) id TAA16959
|
||||
Date: Sat, 28 Jun 1997 19:59:17 +0200 (MET DST)
|
||||
Message-Id: <199706281759.TAA16959@peti.cys.de>
|
||||
From: Peter Simons <simons@cys.de>
|
||||
Message-Id: <199706281759.TAA16959@example.org>
|
||||
From: Peter Simons <simons@example.org>
|
||||
To: testlist
|
||||
Subject: MAKE MONEY FAST
|
||||
Mime-Version: 1.0 (generated by tm-edit 7.92)
|
||||
@ -1696,7 +1696,7 @@ are the same to Petidomo.
|
||||
to be included in quotes. An ACL statement like this:
|
||||
\begin{quote}
|
||||
\begin{verbatim}
|
||||
if from == simons@petidomo.com then drop;
|
||||
if from == simons@computer.org then drop;
|
||||
\end{verbatim}
|
||||
\end{quote}
|
||||
will cause Petidomo to abort with an error, because it can't parse
|
||||
@ -1708,8 +1708,8 @@ quotes, too. A statement like this can also not be parsed by
|
||||
Petidomo:
|
||||
\begin{quote}
|
||||
\begin{verbatim}
|
||||
if from == "simons@petidomo.com" then
|
||||
forward postmaster@petidomo.com;
|
||||
if from == "simons@computer.org" then
|
||||
forward postmaster@example.org;
|
||||
\end{verbatim}
|
||||
\end{quote}
|
||||
|
||||
@ -1791,7 +1791,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@petidomo.com") then
|
||||
if (address == "simons@computer.org") then
|
||||
filter "/usr/local/libexec/petidomo/simons.filter";
|
||||
\end{verbatim}
|
||||
\end{quote}
|
||||
@ -1905,7 +1905,7 @@ users Petidomo runs under and set the {\tt \$PGPPATH} variable to it.
|
||||
|
||||
\item Create a PGP key pair by calling `pgp -kg''. As user-id enter
|
||||
the address of the mailing list itself, for example: ``The secret
|
||||
mailing list $<$secretlist@petidomo.com$>$''.
|
||||
mailing list $<$secretlist@example.org$>$''.
|
||||
|
||||
\item Create a \file{config.txt} file for PGP in the \file{.pgp}
|
||||
directory and insert the appropriate user id there.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user