Usenet is a distributed communications system on the internet related to news and discussion.
Questions tagged [usenet]
24 questions
15
votes
9 answers
Is NNTP dead / NNTP successor?
If its dead, is there a successor?
For those who didn't know:
The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles (aka netnews), as well as transferring news among…

Jason
- 16,739
- 23
- 87
- 137
4
votes
4 answers
How to search usenet for programming questions?
I've been using usenet searches since about 1995 to get programming information, mostly for microsoft APIs. First searching via dejanews, and now google "groups" which bought out dejanews. Over the last few years I've noticed a steady decline in the…

P a u l
- 7,805
- 15
- 59
- 92
3
votes
1 answer
NNTP usenet download messages
I would like to download usenet messages to my personal Mysql database, so without using any newsreader.
At the moment i'm using IpWorks component for .NET . I've created a simple app in Vb.Net, It works, but it's realy slow... to download and to…

stighy
- 7,260
- 25
- 97
- 157
2
votes
2 answers
Best nntp to web gateway?
My company uses usenet groups on an internal nntp server and I would like to add a web server to this that would allow the usual browsing and searching but in addition provide an archive of old messages that may have expired on the server. This is…

Dave Griffiths
- 1,962
- 19
- 22
2
votes
1 answer
NNTP server implementation
I'm trying to implement nntp server. But looks like I have a problem with multi line response. When I sent response client close connection.
I'm using Thunderbird and SeaMonkey as clients.
I heed help to understand what wrong with my response.…

Alex
- 967
- 4
- 15
- 38
2
votes
3 answers
Mailman mail list nntp support
Using mailing list provide by mailman was a little bit ... user unfriendly so I try to find how can I get some nntp endpoint from a mailman mailing list in two different cases :
Case #1 : I got access to the mailman server configuration and can…

Clawfire
- 499
- 1
- 6
- 14
1
vote
0 answers
Complex searches with bash
I recently started running a text-only usenet server. The way that I have storage working is that each news article (post) is in the following kind of direction.
/var/spool/news/articles/alt/i/love/cat/1 2 3
The numbers are the individual articles.…

elmerjfudd
- 113
- 5
1
vote
0 answers
node-nntp get article fails
I've been trying the node-nntp examples. Although the following example works for misc.test, when trying other groups the article function fails to fetch the first article when no message id or article number is passed in. I discovered that it does…

zobbo
- 117
- 2
- 13
1
vote
1 answer
Turning off adaptive scoring selectively
I would like to
- Turn off adaptive scoring for one usenet group
or even better
- Turn off adaptive scoring for one sender in one newsgroup
How to do it?

AnFi
- 10,493
- 3
- 23
- 47
1
vote
1 answer
Per newsgroup timezone in Date: header
How to configure emacs/gnus to use per newsgroup time zone in posted messages?
I would like to use CET time zone in pl.* newsgroups and UCT in general newsgroups.

AnFi
- 10,493
- 3
- 23
- 47
1
vote
1 answer
gnu.mail.providers.nntp newsrc
Referencing the API docs for gnu.mail.providers.nntp, I'm trying to generate a list of folders on localhost nntp where I run leafnode.
However, it seems that ${user.home}/.newsrc isn't loading correctly because I'm getting a zero length array…

Thufir
- 8,216
- 28
- 125
- 273
0
votes
1 answer
How the number of connections of a usenet provider change something?
At work, we are speaking about the interest to have 10 or 30 connections simultanly to a usenet provider.
Some guys said it change nothing because the 10 or 30 threads will take all the bandwidth available, so the download time will be the…

BaptX
- 561
- 1
- 7
- 21
0
votes
0 answers
Download nzb content python3
I have uploaded some files to usenet using ngpost.
Now, Im having troubles to download that files, I know that sabnzb or nzbget could do the job, but I want to make a downloader "from scratch" just to learn.
from pynzb import nzb_parser
file_nzb =…

uchi
- 99
- 9
0
votes
0 answers
Docker failed to bind to $PORT within 60 seconds of launch – HEROKU ERROR
I am trying to deploy a Dockerfile from dockerhub on heroku using github workflow but I am getting error Failed to bind to $PORT within 60 seconds of launch – HEROKU ERROR.
Below is my Dockerfile.
FROM…

Kenil
- 19
- 4
0
votes
1 answer
Posting large files to usenet using Python & nntplib: How are large files split?
I'm intrigued by uBackup, using Usenet for backing up large files.
I thought it would be a good idea to use python for this, but I'm having problems understanding the correct protocol for posting large files.
I know you need to compress your files…

Jelle De Loecker
- 20,999
- 27
- 100
- 142