Re: Blocking similar messages via score.ini. I need a piece of advice



Mike Dee <mikedee@xxxxxxxxxxxxxxx> wrote in
<news:Xns97CD69E5D907Eemteedee@xxxxxxxxxxxxxxx>:

"tricky2k" <tricky2k@xxxxxxxxx> wrote in
news:1148416042.338417.218190@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:

Subject: animal_-_"animal152456845.jpg"
Subject: structure_-_"structure7585214123.jpg"
Subject: glue_-_"glue3664758832.jpg"
[where the underscores are really spaces]

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/>
.



Relevant Pages

  • Re: Blocking similar messages via score.ini. I need a piece of advice
    ... The breakdown: ... ^ Subject begins with any letter of the alphabet [a-z] where the range ...
    (news.software.readers)
  • Sumproduct - Return a String
    ... String instead of only numbers? ... A1:Z1 - Range Repeating ... A2:Z2 - Alphabet (A-Z) ...
    (microsoft.public.excel.misc)
  • Re: Cell Values Formula
    ... Set up a table with A-Z in one column, say A and the values in column B then ... use this as a VLOOKUP table, ... > the alphabet, any advice would be gratefully accepted x ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Hello There?
    ... plenty of room for representing any alphabet from a-z, A-Z, 0-9, a blank, and some more. ...
    (sci.logic)
  • Re: Sumproduct - Return a String
    ... A1:Z1 - Range Repeating ... A2:Z2 - Alphabet (A-Z) ... recieve the #VALUE! ...
    (microsoft.public.excel.misc)