INN commit: trunk/frontends (scanspool.in)

INN Commit rra at isc.org
Sun Feb 25 21:29:30 UTC 2018


    Date: Sunday, February 25, 2018 @ 13:29:30
  Author: iulius
Revision: 10248

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

Modified:
  trunk/frontends/scanspool.in

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

Modified: scanspool.in
===================================================================
--- scanspool.in	2018-02-25 21:27:49 UTC (rev 10247)
+++ scanspool.in	2018-02-25 21:29:30 UTC (rev 10248)
@@ -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