I'm trying to create a watch/auto filter that downloads small parts with the string .nfo in them. This part is typically one part of a large collection.
My composite filter for this has the following two parts
Subject contains .nfo
Lines ...-300
But the lines seem to be ignored because sometimes very large parts with the string .nfo are selected for download.
I've also tried
Size(KB) ...-10
but this didn't work either.
How can I make this work?
thanks,
Steve