From 69b8929703da88584d9de0ffa839fca37fb985c8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 25 Oct 2002 11:38:54 +0000 Subject: Add recipient_delimiter to sample --- pingd.conf.sample | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'pingd.conf.sample') diff --git a/pingd.conf.sample b/pingd.conf.sample index d12ae74..b993b67 100644 --- a/pingd.conf.sample +++ b/pingd.conf.sample @@ -20,9 +20,20 @@ $CONFIG = { # Name of the mixmaster executable. If it is not in your PATH make # sure to include path information. - #'mixmaster' => '/home/pinger/Mix/mix', + # The recipient_delimiter parameter specifies the separator between user names + # and address extensions (user+foo). + # + # If it is an empty string Echolot does not make use of user defined mailboxes + # but rather encodes the message type et al in a Comment/Realname part of an + # address. + # + # The use of recipient_delimiter is strongly recommended if your MTA setup + # supports it. + 'recipient_delimiter' => '+', + #'recipient_delimiter' => '', + # Also build separate rlists with data from only DSA pings, only RSA # pings and only unencrypted pings. 'separate_rlists' => 0, -- cgit v1.2.3