news.software.nntp
  Home FAQ Contact Sign in
news.software.nntp only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
news.software.nntp Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Cleanfeed Binary Checks         


Author: Steve
Date: Jul 21, 2008 04:25

Hi all,

I've puzzled by some results I'm seeing from Cleanfeed filters relating
to binary checking.

I noticed some time ago that I was catching a lot of binary files in
emp.md5 filters. This was odd as the articles in question should have
been caught by the misplaced binary filters. To help narrow it down I
added this little check to my cleanfeed.local:-

sub local_filter_reject {
if (is_binary()) {
saveart('emp.md5.bin', $vr, 2) if $vr =~ /^EMP\s\(md5/;
} else {
saveart('emp.md5', $vr) if $vr =~ /^EMP\s\(md5/;
};

The result is that virtually no binary files end up in the emp.md5.bin
file whilst lots are caught in the emp.md5 file. The conclusion I draw
from this is that the is_binary function isn't tagging all the articles
it should, despite the regex's in it being absolutely correct, (and
manually tested against articles).
Show full article (1.41Kb)
3 Comments
  Google groups with Windows Live Mail?         


Author: SergioT
Date: Jul 18, 2008 07:37

Hi

It is possible read a google groups from Wiondows Live Mail??
If it is possible how can I do that?

thanks
SergioT
4 Comments
  The Google Spam Problem (Avoiding A UDP)         


Author: Sabahattin Gucukoglu
Date: Jul 16, 2008 19:06

Hi all,

It's quite evident that people have their reasons for filtering out Google
Groups traffic, and it's clear from reading non-NNTP/Netnews-related groups
that one of the most obvious problem is Google's lack of control of spam
that their hosts generate, courtesy of their users.

Does anyone know how Google spam works? I mean, how do the spammers do it?
Do they solve CAPTCHAs, mak accounts, select groups and blast, each by
hand? Or do they have tools to automate partly or fully this process?

It's obvious that legitimate gentlefolk want to use Google Groups. I don't
deny it - I have a GG account and use it to catch up sometimes. I
kind of find it easy to reply using GG sometimes when I'm rushed, or in a
tight spot. It's quick and easy. I use Google to archive my mailing list,
and have posted to it from there (but left moderation to my Ecartis, so
that I can trivially handle GG posts like any others, by email). I know
the regulars in rec.{arts,games}.int-fiction are equally lenient toward
groupers, and some use it exclusively. And, to be honest, it works just
fine when used responsibly and correctly. I have nothing against newbiew,
either; we were all newbies once, remember?
Show full article (2.02Kb)
3 Comments
  Re: Pull News To Mail         


Author: Sabahattin Gucukoglu
Date: Jul 13, 2008 17:36

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 14 Jul 2008 at 1:20, I said:
> I have written a tool to send news by mail. It's written in Tcl and you
> can fetch it from here: http://sabahattin-gucukoglu.com/newsfetch

No, you can't. Try again. I wasn't thinking. Sorry! It's here:
http://sabahattin-gucukoglu.com/newspost

Newsfetch is what the other one was going to be called, but it's not in
the webroot yet. :-)

Cheers,
Sabahattin

- --
Sabahattin Gucukoglu sabahattingucukoglucom>
Address harvesters, snag this: feedme@yamta.org
Phone: +44 20 88008915
Mobile: +44 7986 053399
http://sabahattin-gucukoglu.com/
Show full article (0.89Kb)
no comments
  Pull News To Mail         


Author: Sabahattin Gucukoglu
Date: Jul 13, 2008 17:20

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,

I have written a tool to send news by mail. It's written in Tcl and you
can fetch it from here:
http://sabahattin-gucukoglu.com/newsfetch

It's sufficiently small that writing it was neither troublesome nor
unrewarding. It works on all platforms and it's fast.

Here's a surprisingly related thread:
http://tinyurl.com/5h7vnv

Now, I want to go the other way: to put unique news articles sucked from a
news server (identified uniquely by Message-ID fields) for specified
groups into some sort of mail store or for posting to lists, by injecting
them into the stdin of some responsible process (maildrop, for instance).
The useful advantage of a mail store is that one gains all the benefits of
IMAP, and all of the filtering, tools and features of all of the email
filters and clients that can use either IMAP or the store that the IMAP
server is using. (Making easy stuff hard, you see. :-) )
Show full article (2.41Kb)
6 Comments
  Does it possible to make manuely "get groups"         


Author:
Date: Jul 13, 2008 16:35

Only for dnews

it's possible to tell or force dnews to "getgroups" only manualy ?
dnews "getgroups" automaticly

I get this in status

Contents of DNEWS group fetching queue, 0 entries:
Getting list of news groups (4192427 bytes)
Adding new groups from feeder 3686377/4192427
End of queue.

------------------------------------------
I have my Own news server , so i post in it!
5 Comments
  [ANNOUNCE] INN 2.4.5 available         


Author: Russ Allbery
Date: Jul 13, 2008 14:04

Internet Systems Consortium is pleased to announce that a new bug-fix
release of INN is available at:

ftp://ftp.isc.org/isc/inn/inn-2.4.5.tar.gz

The MD5 checksum of this release is:

07bc6530c5e296b0ee81a5d6ac4cd355

A PGP signature and a patch from 2.4.4 to 2.4.5 are available in the same
directory.

This is a bug-fix release over 2.4.4. Upgrading an existing INN 2.4.4
installation is as simple as building INN 2.4.5, running make update, and
restarting innd and related programs.

Many thanks to Julien ÉLIE for preparing this release.

Changes from 2.4.4 to 2.4.5

* Fixed the "alarm signal" around "SSL_read" in nnrpd: it allows a
proper disconnection of news clients which were previously hanging
when posting an article through a SSL connection. Moreover, the
*clienttimeout* parameter now works on SSL connections. Thanks to
Matija Nalis for the patch.
Show full article (4.13Kb)
3 Comments
  Dfeed compress         


Author:
Date: Jul 12, 2008 18:42

Does some one , nntp server use this feature ?

------------------------------------------
I have my Own news server , so i post in it!
2 Comments
  Re: Looking for a nntp proxy with filtering capability         


Author: Frank Slootweg
Date: Jul 11, 2008 11:36

Evan Platt theobvious.espphotography.com> wrote:
>
> Hope this is OK for this group...
>
> I'm looking for a usenet proxy / filter app.
>
> Basically I have a OS/X box which acts as a server at my house for
> mail and web. On my desktop systems (*doze), I use Agent for usenet
> news. I'd like to do filtering for things not currently available in
> Agent - primarily Message-ID.
>
> Is there a fairly easy to configure app that will run on my OS/X box
> that will handle this?
>
> I'd basically configure my news client to use the IP of my server, the
> server would proxy the connection out to the news server I use
> (newshosting.com), and this app would drop posts that meet the
> filtering criteria I select.
>
> Thanks. :) ...
Show full article (1.26Kb)
no comments
  Does some one with         


Author:
Date: Jul 10, 2008 18:44

Does some one with news server support Dfeed Compression

it seem to save 65%% of the bandwith

------------------------------------------
I have my Own news server , so i post in it!
10 Comments
 
1 2 3 4 5 6 7 8 9