summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-18 06:57:07 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-18 06:57:07 +0000
commited6e4ea0bc9fccf50a6a6087dbcd68c8788165d3 (patch)
tree2ad55027c9a6deb0eaf561e9821e94c00eb8b4b8 /doc
parentb54dc8ce042ed797dd717edcdb85cc040d067cee (diff)
Move do_chainpings yes/no from pingd to Chain.pmsnapshot/2003-02-18
Allow fromlines building to be disabled
Diffstat (limited to 'doc')
-rw-r--r--doc/pingd.conf.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod
index 65fcfd8..99a2fd0 100644
--- a/doc/pingd.conf.pod
+++ b/doc/pingd.conf.pod
@@ -203,6 +203,14 @@ Collect Thesaurus data and build Thesaurus Index.
Default: 'thesaurus' => 1,
Example: 'thesaurus' => 0,
+=item B<fromlines> [bool]
+
+Build a summary of default From: header lines and list
+remailers which allow overriding them.
+
+ Default: 'fromlines' => 1,
+ Example: 'fromlines' => 0,
+
=item B<stats_sort_by_latency>
In the statistics output remailers are sorted by reliability as the primary key.