INN commit: branches/2.5/scripts (innreport_inn.pm)
INN Commit
rra at isc.org
Mon Dec 9 18:28:12 UTC 2013
Date: Monday, December 9, 2013 @ 10:28:11
Author: iulius
Revision: 9579
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:
branches/2.5/scripts/innreport_inn.pm
------------------+
innreport_inn.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: innreport_inn.pm
===================================================================
--- innreport_inn.pm 2013-12-09 18:27:16 UTC (rev 9578)
+++ innreport_inn.pm 2013-12-09 18:28:11 UTC (rev 9579)
@@ -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