From 2cf545f50a2008c2550d9d631105de7d93929525 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 25 Oct 2002 10:47:54 +0000 Subject: Also support setups without user defined mailboxes (recipient_delimiter set to '') --- doc/pingd.conf.pod | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/pingd.conf.pod') diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index a3da324..479ca7b 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -65,8 +65,24 @@ It is used in several templates. The B 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. + Default: 'recipient_delimiter' => '+', Example: 'recipient_delimiter' => '-', + 'recipient_delimiter' => '', + +Example addresses: + +with + as a recipient delimiter: + pinger+conf.1=1035540778=1dd23d97@example.org + +without recipient delimiter: + pinger@example.org (conf.2=1035541597=3baa2ae5) =item B -- cgit v1.2.3