Page 1 of 1

Filter Question

Posted: Thu Sep 04, 2003 1:32 pm
by dengle
I made a filter that is supposed to filter out everything under 50 lines EXCEPT those articles with nfo, par, par2,txt,zip and rar in the title.

I'm finding that it's extracting much more than what I had intended. Here's what I have for the filter:

1)subject contains nfo|par|par2|zip|rar wld is +, scope: all, action: Select
2) Num. of lines < 50 Scope: Unsel Action: Ban

I'm finding that it's banning MUCH more than I anticipated where I have to reset the filter and just apply the num of lines <50 to all.

Does this config look good or have I messed something up?

Posted: Fri Sep 05, 2003 8:58 am
by Pegleg
I have a similar filter

Num of Line < 50 scope all select
Subject contains .nfo|.par|.sfv|.zip|.rar wld,neg, scope selected, ban

Note
the (dot) .nfo|.par etc
the negated on line 2

Works for me
Goodluck

Pegleg

Posted: Fri Sep 05, 2003 2:36 pm
by dengle
hmm, looks like I'll have to add those "."s. Thanks