--- petidomo.tex 2001/02/17 23:06:05 1.6
+++ petidomo.tex 2001/02/18 00:33:23 1.7
@@ -2,7 +2,7 @@
%
% Petidomo Manual
%
-% $Header: /v/ossp/cvs/ossp-pkg/petidomo/docs/petidomo.tex,v 1.6 2001/02/17 23:06:05 simons Exp $
+% $Header: /v/ossp/cvs/ossp-pkg/petidomo/docs/petidomo.tex,v 1.7 2001/02/18 00:33:23 simons Exp $
%
\typearea[2cm]{12}
\usepackage{lastpage}
@@ -1384,7 +1384,7 @@
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 @@
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 @@
\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 @@
>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 @@
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 @@
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 @@
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 @@
\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.
|