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 --- pingd.conf | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'pingd.conf') diff --git a/pingd.conf b/pingd.conf index b164426..e9a81eb 100644 --- a/pingd.conf +++ b/pingd.conf @@ -1,17 +1,18 @@ # vim:set syntax=perl: $CONFIG = { - 'homedir' => '/home/pinger/echolot', - 'sitename' => 'unconfigured', + 'homedir' => '/home/pinger/echolot', + 'sitename' => 'unconfigured', - 'my_localpart' => 'pinger', - 'my_domain' => 'example.com', + 'my_localpart' => 'pinger', + 'my_domain' => 'example.com', + 'operator_address' => 'remop@example.org', - 'Pinger::Mix' => { - 'mix' => '/home/pinger/Mix/mix', - 'mixdir' => '/home/pinger/Mix' - }, + 'Pinger::Mix' => { + 'mix' => '/home/pinger/Mix/mix', + 'mixdir' => '/home/pinger/Mix' + }, - 'seperate_rlists' => 0, - 'combined_list' => 0, + 'seperate_rlists' => 0, + 'combined_list' => 0, }; -- cgit v1.2.3