Re: Filtering cross posted messages in usenet



In article <290420081548077153%jimsgibson@xxxxxxxxx>,
Jim Gibson <jimsgibson@xxxxxxxxx> wrote:

In article <48160193$0$6019$9a622dc7@xxxxxxxxxxxxxxxxx>, CatStephan
<0kevi@xxxxxxxxxxxxxxx> wrote:

In article <0001HW.C43BAE1600042168F0182648@xxxxxxxxxxxxxxxx>,
Peter James <pfjames2000@xxxxxxxxxxxxxx> wrote:

I'm using Hogwasher on a G5 iMac Power PC. I want to filter messages
that
are cross posted to more than 3 newsgroups. Will the following do it?

":[^:]+:[^:]+:[^:]+:"

Many thanks.

Peter

Try: "[^ ]+[^ ]+[^ ]+"

I think you need to add spaces to that expression:

"[^ ]+ [^ ]+ [^ ]+ "

There seem to be many ways of doing this. I asked the same questions
about a year and a half ago and this one worked for me:

Kill if XRef header matches the regular expression .*:.*:.*

Add another :.* to kill articles posted to 4 or more groups, etc.

--
Ron Walcik
Killeen, Texas

This email address is not checked. If you want to contact me directly, send to:
firstname at lastname dot net.
.



Relevant Pages