INN commit: trunk/scripts (innreport_inn.pm)

INN Commit Russ_Allbery at isc.org
Mon Jun 23 19:45:03 UTC 2008


    Date: Monday, June 23, 2008 @ 12:45:03
  Author: iulius
Revision: 7908

Fix a long-standing bug in innreport which prevented it from
correctly reporting nnrpd log messages.

Modified:
  trunk/scripts/innreport_inn.pm

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

Modified: innreport_inn.pm
===================================================================
--- innreport_inn.pm	2008-06-23 05:48:49 UTC (rev 7907)
+++ innreport_inn.pm	2008-06-23 19:45:03 UTC (rev 7908)
@@ -1720,7 +1720,7 @@
       return 1;
     }
     # ME dropping articles into ...
-    return 1 if $left = ~/ME dropping articles into /o;
+    return 1 if $left =~ /ME dropping articles into /o;
     # newnews (interesting but ignored till now)
     return 1 if $left =~ /^\S+ newnews /o;
     # cant fopen (ignored too)



More information about the inn-committers mailing list