INN commit: trunk/scripts (innreport_inn.pm)

INN Commit rra at isc.org
Mon Dec 9 18:27:16 UTC 2013


    Date: Monday, December 9, 2013 @ 10:27:16
  Author: iulius
Revision: 9578

innreport:  update the pattern for "strange strings"

The "Including strange strings" innreport section is now back
in daily Usenet reports.
Fix regression introduced with commit [8389].

Modified:
  trunk/scripts/innreport_inn.pm

------------------+
 innreport_inn.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: innreport_inn.pm
===================================================================
--- innreport_inn.pm	2013-12-06 03:54:44 UTC (rev 9577)
+++ innreport_inn.pm	2013-12-09 18:27:16 UTC (rev 9578)
@@ -422,8 +422,8 @@
       $inn_badart{$server}++;
       return 1;
     }
-    # 437 article includes "....."
-    if ($left =~ /(\S+) <[^>]+> (?:437|439) article includes/o) {
+    # Article accepted but includes "....."
+    if ($left =~ /(\S+) <[^>]+> Article accepted but includes/o) {
       my $server = $1;
       $server = lc $server unless $CASE_SENSITIVE;
       $innd_strange_strings{$server}++;



More information about the inn-committers mailing list