INN commit: branches/2.6/frontends (scanspool.in)

INN Commit rra at isc.org
Thu Mar 8 16:18:38 UTC 2018


    Date: Thursday, March 8, 2018 @ 08:18:37
  Author: iulius
Revision: 10258

scanspool:  do not warn for consistency of Newsgroups header fields in control pseudogroups

Modified:
  branches/2.6/frontends/scanspool.in

--------------+
 scanspool.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: scanspool.in
===================================================================
--- scanspool.in	2018-03-08 16:17:55 UTC (rev 10257)
+++ scanspool.in	2018-03-08 16:18:37 UTC (rev 10258)
@@ -392,7 +392,8 @@
 	next if (defined $opt{'c'});
 
 	# don't open a control or junk, they can be from anywhere
-	next if ($artgrp eq "control" || $artgrp eq "junk");
+	next if ($artgrp eq "control" || $artgrp =~ /^control\./
+                 || $artgrp eq "junk");
 
 	# try open the file
 	if (!open $ARTICLE, '<', $filename) {



More information about the inn-committers mailing list