From 0b87e81b08f67c963dcc763ade8d92a194a8c22a Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 1 Jun 2025 11:00:01 +0200 Subject: [PATCH] Add parsing exemptions. Signed-off-by: Thomas Hochstein --- bin/gatherstats.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index 302e587..1b9292c 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -653,7 +653,8 @@ sub RemoveComments { $Header =~ s/[ _]DE//; # remove trailing 'eol' or '-shl' - $Header =~ s/(eol)|(-shl)$//; + # or ml-inews[-sig] + $Header =~ s/(eol)|(-shl)|(ml-inews(-sig)?)$//; # remove from ';' or ',' (CrossPoint) # or '&' to end of header