INN commit: trunk/scripts (innreport_inn.pm)

INN Commit Russ_Allbery at isc.org
Thu Mar 20 16:45:23 UTC 2008


    Date: Thursday, March 20, 2008 @ 09:45:22
  Author: iulius
Revision: 7715

Suppress the report of the reload of bad files for the new Cleanfeed
version by Steve Crook.

Modified:
  trunk/scripts/innreport_inn.pm

------------------+
 innreport_inn.pm |    1 +
 1 file changed, 1 insertion(+)

Modified: innreport_inn.pm
===================================================================
--- innreport_inn.pm	2008-03-20 16:24:00 UTC (rev 7714)
+++ innreport_inn.pm	2008-03-20 16:45:22 UTC (rev 7715)
@@ -688,6 +688,7 @@
     return 1 if $left =~ /CNFS(?:-sm)?: metacycbuff \S+ cycbuff is moved to /o;
     # Cleanfeed status reports
     return 1 if $left =~ /^filter: status/o;
+    return 1 if $left =~ /^filter: Reloading bad files/o;
   }
   ########
   ## innfeed



More information about the inn-committers mailing list