INN commit: trunk/scripts (innreport_inn.pm)

INN Commit Russ_Allbery at isc.org
Mon Jun 9 17:58:49 UTC 2008


    Date: Monday, June 9, 2008 @ 10:58:48
  Author: iulius
Revision: 7866

Exclude some Python notices from reports.

Modified:
  trunk/scripts/innreport_inn.pm

------------------+
 innreport_inn.pm |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: innreport_inn.pm
===================================================================
--- innreport_inn.pm	2008-06-09 17:57:37 UTC (rev 7865)
+++ innreport_inn.pm	2008-06-09 17:58:48 UTC (rev 7866)
@@ -478,8 +478,12 @@
     }
     # Python filter
     return 1 if $left =~ /^defined python methods$/o;
+    return 1 if $left =~ /^reloading pyfilter$/o;
+    return 1 if $left =~ /^reloaded pyfilter OK$/o;
     return 1 if $left =~ /^python interpreter initialized OK$/o;
-    return 1 if $left =~ /^python: First load, so I can do initialization stuff.$/o;
+    return 1 if $left =~ /^python: First load, so I can do initialization stuff\.$/o;
+    return 1 if $left =~ /^python: filter_before_reload executing\.\.\.$/o;
+    return 1 if $left =~ /^python: I\'m just reloading, so skip the formalities\.$/o;
     return 1 if $left =~ /^python: spamfilter successfully hooked into INN$/o;
     return 1 if $left =~ /^python: filter_close running, bye!$/o;
     # rejecting[perl]



More information about the inn-committers mailing list