summaryrefslogtreecommitdiff
path: root/Echolot/Config.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-13 20:35:50 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-13 20:35:50 +0000
commit10fa6d047c7bbe2a78659a45a338093b0748276d (patch)
treee055898c3c89359ebf2a25e5f710499bf007e762 /Echolot/Config.pm
parentccdb1185e1c5bbf7dc54e08c8af9a9866a05d24d (diff)
Support �not a remailer� reply to remailer-xxx
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r--Echolot/Config.pm17
1 files changed, 16 insertions, 1 deletions
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 <peter@palfrader.org>
-# $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".
+ "<TMPL_VAR NAME=\"address\"> 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 <TMPL_VAR NAME=\"operator_address\">.\n",
homedir => undef,
my_localpart => undef,
my_domain => undef,
+ operator_address => undef,
sitename => undef,
verbose => 0
};