From 5d2e68445abbaa16a066699b78d81c1eb1512137 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 10 Sep 2002 20:04:46 +0000 Subject: Only decrease a remailer's ttl during requesting -conf if it was requested by the usualy timer run and not by the user. --- Echolot/Conf.pm | 4 ++-- NEWS | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm index 63e2c88..890bf1c 100644 --- a/Echolot/Conf.pm +++ b/Echolot/Conf.pm @@ -1,7 +1,7 @@ package Echolot::Conf; # (c) 2002 Peter Palfrader -# $Id: Conf.pm,v 1.28 2002/09/03 17:14:26 weasel Exp $ +# $Id: Conf.pm,v 1.29 2002/09/10 20:04:46 weasel Exp $ # =pod @@ -86,7 +86,7 @@ sub send_requests($;$) { 'Token' => $type.'.'.$remailer->{'id'}, 'Body' => $body); - Echolot::Globals::get()->{'storage'}->decrease_ttl($address) if ($type eq 'conf'); + Echolot::Globals::get()->{'storage'}->decrease_ttl($address) if (($type eq 'conf') && ($which eq '')); }; }; Echolot::Globals::get()->{'storage'}->enable_commit(); diff --git a/NEWS b/NEWS index 310c6d4..a57a73a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Changes in version 2.0rc3 * Write SENDMAIL to mix.cfg + * Only decrease a remailer's ttl during requesting -conf if + it was requested by the usualy timer run and not by the + user. Changes in version 2.0rc2 - 2002-09-08 * Reopen stdin to /dev/null instead of closing it to avoid -- cgit v1.2.3