From d18c8194f5076f742a0ee74fc1c68c43efb5000a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 14 Feb 2003 05:12:50 +0000 Subject: Handle chainpings off to chainpinger --- Echolot/Mailin.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Echolot/Mailin.pm b/Echolot/Mailin.pm index 27785f7..2d0d196 100644 --- a/Echolot/Mailin.pm +++ b/Echolot/Mailin.pm @@ -1,7 +1,7 @@ package Echolot::Mailin; # (c) 2002 Peter Palfrader -# $Id: Mailin.pm,v 1.11 2003/02/03 20:10:05 weasel Exp $ +# $Id: Mailin.pm,v 1.12 2003/02/14 05:12:50 weasel Exp $ # =pod @@ -82,6 +82,7 @@ sub handle($) { Echolot::Conf::remailer_adminkey($body, $type, $timestamp), return 1 if ($type =~ /^adminkey\./); Echolot::Pinger::receive($body, $type, $timestamp), return 1 if ($type eq 'ping'); + Echolot::Chain($body, $type, $timestamp), return 1 if ($type eq 'chainping'); Echolot::Log::warn("Didn't know what to do with '$to'."), return 0; -- cgit v1.2.3