summaryrefslogtreecommitdiff
path: root/bin/load-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/load-update')
-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";
}