Re: OT: NFilter help
- From: spambait@xxxxxxxxxx (Doug Miller)
- Date: Sun, 14 May 2006 19:05:04 GMT
In article <4cp8o9F17548fU1@xxxxxxxxxxxxxx>, "Bill Stock" <me7@xxxxxxxxxxx> wrote:
I've got my test filter set up as:
rec.woodworking flag:XPOST xref:*:*:*
Header looks like:
Xref: uni-berlin.de rec.woodworking:1274982
So this should not be flagged, but it is.
Yes, it should. You told it to. :-)
What am I doing wrong?
Trying to write regexps without understanding them fully, or not paying as
much attention as you should. :-)
Asterisk means "match zero or more of the preceding character".
Thus, *:*:* means match zero or more of any character, followed by zero or
more colons, followed by zero or more colons.
In other words, your filter will flag *anything* in the Xref: header, whether
there are any colons present or not.
*:.*:.* is probably closer to what you want: zero or more of any character,
followed by one colon, followed by zero or more of any character, followed by
one colon, followed by zero or more of any character.
Or you could just download my filter file, instead of trying to write your
own. (see my sig for details)
--
Regards,
Doug Miller (alphageek-at-milmac-dot-com)
Get a copy of my NEW AND IMPROVED TrollFilter for NewsProxy/Nfilter
by sending email to autoresponder at filterinfo-at-milmac-dot-com
You must use your REAL email address to get a response.
Download Nfilter at http://www.milmac.com/np-120.exe
.
- Follow-Ups:
- Re: OT: NFilter help
- From: John Dykes
- Re: OT: NFilter help
- From: Doug Payne
- Re: OT: NFilter help
- From: Enoch Root
- Re: OT: NFilter help
- References:
- OT: NFilter help
- From: Bill Stock
- OT: NFilter help
- Prev by Date: Re:Why ! ! ! ! Do they post?
- Next by Date: Re: This is disgusting, how can one report this spamme(s)r?
- Previous by thread: OT: NFilter help
- Next by thread: Re: OT: NFilter help
- Index(es):
Relevant Pages
|