INN commit: branches/2.4/scripts (innreport_inn.pm)
INN Commit
Russ_Allbery at isc.org
Mon Jun 23 19:59:53 UTC 2008
Date: Monday, June 23, 2008 @ 12:59:52
Author: iulius
Revision: 7911
Fix a long-standing bug in innreport which prevented it from
correctly reporting nnrpd log messages.
Modified:
branches/2.4/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 19:59:21 UTC (rev 7910)
+++ innreport_inn.pm 2008-06-23 19:59:52 UTC (rev 7911)
@@ -1475,7 +1475,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