From 8a7a689b7d3021bad3cd174f7b8a899195f21d86 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 11 Apr 2005 20:17:29 +0000 Subject: Ignore reliabe without stats --- bin/load-update | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/load-update b/bin/load-update index 16eb24a..c041f8c 100755 --- a/bin/load-update +++ b/bin/load-update @@ -100,6 +100,8 @@ for my $id (keys %REMAILERS) { $generated = $mtime; } $RELIABLE{$id} = { total => $total, generated => $generated}; + } elsif ($stats =~ /^Remailer-Type: Reliable v/m) { + # Reliable without stats enabled } else { print "Don't know what $id is.\n"; } -- cgit v1.2.3