From 10fa6d047c7bbe2a78659a45a338093b0748276d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 13 Jul 2002 20:35:50 +0000 Subject: =?UTF-8?q?Support=20=EF=BF=BDnot=20a=20remailer=EF=BF=BD=20reply?= =?UTF-8?q?=20to=20remailer-xxx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Echolot/Config.pm | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'Echolot/Config.pm') diff --git a/Echolot/Config.pm b/Echolot/Config.pm index 604a9ba..06460f5 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader -# $Id: Config.pm,v 1.23 2002/07/11 17:45:59 weasel Exp $ +# $Id: Config.pm,v 1.24 2002/07/13 20:35:50 weasel Exp $ # =pod @@ -126,10 +126,25 @@ sub init($) { 'rlist2-clear' => 'templates/rlist2-clear.html', 'clist' => 'templates/clist.html', }, + + remailerxxxtext => "Hello,\n". + "\n". + "This message requests remailer configation data. The pinging software thinks\n". + " is a remailer. Either it has been told so by the\n". + "maintainer of the pinger or it found the address in a remailer-conf or\n". + "remailer-key reply of some other remailer.\n". + "\n". + "If this is _not_ a remailer, you can tell this pinger that and it will stop\n". + "sending you those requests immediatly (otherwise it will try a few more times).\n". + "Just reply and make sure the following is the first line of your message:\n". + " not a remailer\n". + "\n". + "If you want to talk to a human please mail .\n", homedir => undef, my_localpart => undef, my_domain => undef, + operator_address => undef, sitename => undef, verbose => 0 }; -- cgit v1.2.3