is it possible to define size in filter editor?

Post Reply
semel666
Posts: 46
Joined: Fri Jan 08, 2010 10:11 am

is it possible to define size in filter editor?

Post by semel666 »

For specific reasons i wanted to set up a filter for autodownloading that would download only the smallest par2 files available. it's size if generally about several KB.
is it somehow possible to define via boolean wildmats?

Cheers

PS or maybe there is a way manually download only the smallest par2 files from a group?
jonib
Posts: 397
Joined: Thu Feb 27, 2003 8:46 pm
Location: Sweden

Re: is it possible to define size in filter editor?

Post by jonib »

You could test this:
Subject contains filter

Code: Select all

.par2&^.vol*+*.par2
It selects all subjects with .par2 and not .vol*+*.par2.

It seems to show only the small .par2 files. you could use a composite filter to combine it with a size filter to specify the size also.

jonib
Get Usenet Explorer Automatic Updater here. You want to flatter me? Image
Post Reply