summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-04-11 20:17:29 +0000
committerPeter Palfrader <peter@palfrader.org>2005-04-11 20:17:29 +0000
commit8a7a689b7d3021bad3cd174f7b8a899195f21d86 (patch)
treebb3e6ff05d63692b6eb09d2b496a677a7c721e08
parentb95f5b3dbc6f90833b7b7bd13c1132f09b3dbfc3 (diff)
Ignore reliabe without stats
-rwxr-xr-xbin/load-update2
1 files changed, 2 insertions, 0 deletions
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";
}