Re: Blocking similar messages via score.ini. I need a piece of advice
- From: »Q« <boxcars@xxxxxxx>
- Date: Tue, 23 May 2006 19:54:19 -0500
Mike Dee <mikedee@xxxxxxxxxxxxxxx> wrote in
<news:Xns97CD69E5D907Eemteedee@xxxxxxxxxxxxxxx>:
"tricky2k" <tricky2k@xxxxxxxxx> wrote in[where the underscores are really spaces]
news:1148416042.338417.218190@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
Subject: animal_-_"animal152456845.jpg"
Subject: structure_-_"structure7585214123.jpg"
Subject: glue_-_"glue3664758832.jpg"
Score:: -9999
Subject: ^[a-z](.*)\.jpg
The breakdown:
^ Subject begins with any letter of the alphabet [a-z] where the
range is from "a" to "z", (.*) covers any alphanumeric character
from the first letter up until it \. hits a "." followed by "jpg".
That'll certainly catch them, but it will also kill any Subject
starting with a lower-case letter and having a '.jpg' somewhere later.
Since the same string appears at the beginning of the Subject and at
the start of the filename, a back reference should avoid false
positives.
Subject: ^([a-z]*)\s-\s"\1\d*\.jpg"$
--
»Q«
links to Xnews resources:
<http://xnews.remarqs.net/>
.
- Follow-Ups:
- References:
- Prev by Date: Re: 501 xpat Not Supported
- Next by Date: Re: Xnews: lock window position?
- Previous by thread: Re: Blocking similar messages via score.ini. I need a piece of advice
- Next by thread: Re: Blocking similar messages via score.ini. I need a piece of advice
- Index(es):
Relevant Pages
|
Loading