• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question query NNTP strings

wisenetcat

Junior Member
Hi, I have a log from a newsgroup NNTP header from a newsgroup message
containing 3 string/numbers which I would like to further investigate

Xref: news.newsserver.net newsgroupname:<NUMBER>
Injection-Info:logging-data="<NUMBER>"
AND
Message-ID: <STRING>@subnewsserver.newsserver.net

is there a tool/script/program to query remote NNTP server
subnewsserver.newsserver.net / newsserver.net with those <NUMBER>/<STRING>
that would return more info ?

NOTE:
in order to abride "Disallowed and unacceptable posts." rules I'v replaced
<NUMBER> replacing a 5 digit decimal number regex: /[0-9]{5}/
<STRING> replacing a 13 character string regex: /[a-z0-9\$]{13}/
newsserver replacing news server name
subnewsserver replacing sub news server name
newsgroupname replacing news group name name

thank's in advance 🙂
 
Back
Top