diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index 22ebcc8..6819b62 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -295,12 +295,6 @@ sub HostStats { # reset if IP address undef($Host) if $Host && $Host !~ /[g-z]/i; } - # NNTP-Posting-Host - if (!$Host && $Header{'nntp-posting-host'}) { - ($Host) = $Header{'nntp-posting-host'} =~ /^\s*([a-z0-9-_]+\.[a-z0-9-_.]+)/i; - # reset if IP address - undef($Host) if $Host && $Host !~ /[g-z]/i; - } # Path if (!$Host) { if ($Header{'path'} =~ /!([^!]+)!.POSTED!/) {