diff options
-rw-r--r-- | Echolot/Config.pm | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/pingd.conf.pod | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index d317006..147e98e 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -134,7 +134,7 @@ sub init($) { addresses_default_ttl => 5, # getkeyconf seconds (days) check_resurrection_ttl => 8, # check_resurrection seconds (weeks) prospective_addresses_ttl => 5*24*60*60, # 5 days - reliable_auto_add_min => 3, # 3 remailes need to list new address + reliable_auto_add_min => 6, # 6 remailes need to list new address expire_keys => 5*24*60*60, # 5 days expire_confs => 5*24*60*60, # 5 days @@ -4,6 +4,8 @@ Changes in version XXXXX - 2004 * Check if syswrite's return value is defined. * Tell Mixmaster to create no dummies. It has no remailer keys and reliability information anyway. + * Increase the number of remailers that need to list an address + before it is added to 6. It was 3 previously. Changes in version 2.1.4 - 2004-06-10 * Have new disable and enable commands which are shortcut diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index 20ee6a5..4839001 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -393,8 +393,8 @@ expired after this time. How many different remailers need to list an address in a remailer-conf reply to get it committed to the list of remailer addresses. - Default: 'reliable_auto_add_min' => 3, - Example: 'reliable_auto_add_min' => 5, + Default: 'reliable_auto_add_min' => 6, + Example: 'reliable_auto_add_min' => 3, =item B<expire_keys> [seconds] |