View Single Post
  #2  
Old July 22nd 05, 05:27 AM
David Ball
external usenet poster
 
Posts: n/a
Default

On Thu, 21 Jul 2005 20:40:17 -0400, Rick Nelson
wrote:

Don't tell me no CIA and NSA fools rule the Web


Can you give me a couple of examples. That happens occasionally.
Probably the result of a newsserver refeeding or backfilling a group
to get some missed posts and some other server down the chain of peers
having very short retention and seeing them as new posts.

Usenet is a collection of thousands of servers, each passing on posts
to 1 - 150+ of it's peers. Except for the big companies that
intentionally sync a few servers in a server farm, all of the servers
have different mixes of groups carried (from less than 10 groups to
about 150000 groups), usenet post retention times (from a couple days
to over half a year), configuration parameters (max path entries, max
post size, max crossposts, expressions defining which groups to
send/not send/poison), and such. By poison, I mean that if it's
crossposted to a group matching the poison definition, it doesn't get
sent. For example, * would poison any message cross posted
to any groupname containing ".erotic".

If one server had something missing from it's index and accepted an
old post because of it, then somewhere along the chain of peers and
their peers and their peers, another server with short retention might
have picked up the post as well. That's why usenet server
configuration files usually have an entry for how old a post can be
before it's automatically rejected.

Many big server farms use special feeder machines whose only purpose
is to take every post a news peer sends it and offer it to every other
peer (based on that peers newsfeed definition) that they have,
regardless of whether their server farm even carries the group. These
feeder machines might have very short memories (possibly only hours)
of the posts they've seen before and pass along any old posts. They're
also on multiple gig-e links so sending thousands of posts a second is
trivial for them.

For your server to take the old posts, the following most likely
happened.

1. The post had expired from your servers data spool.

2. The post had expired from your servers index files. The index files
usually remember a post for a few days after they have expired from
the server data spool.

3. Your server wasn't configured to reject posts until they were older
than these were.

The other possibility is that someone intentionally did it, but those
usually are posts taken from unrelated groups (often binary or warez
groups) and re-posted to a different group where they're completely
off-topic. This is done in an attempt to make that group unusable.
This usually happens in groups like alt.config and anti-spam groups
and the number of off-topic posts number in the thousands (sometimes
ten thousand+) each day. Since I'm not seeing thousands of off-topic
posts, it's probably not intentional.

BTW, based on your headers, I notice you're using "Mozilla Thunderbird
1.0.2 (Macintosh/20050317)" to post usenet messages. I use Forte Agent
for usenet and I don't use a mac, but the latest build I see on the
mozilla site for the mac appears to be 1.0.6. You'll also want to read
the warning and instructions about not running it on MacOS X from a
disk image. You can find the thunderbird mac info at
http://www.mozilla.org/products/thun...ase-notes.html

I think there are several security fixes in the 1.0.x versions.

BTW, I do use Thunderbird for email and really like it, but that's on
WinXP.

-- David