Can't get Boolean '^' to work
Posted: Tue Sep 02, 2003 4:01 pm
I've tried just about every way to get a negation in the "Subject contains" string using "^", but it just won't happen.
My goal is to set a watch/save filter for a certain movie title (the .mpg parts only), but to exclude all PAR2 files
"PartialNameOfMovie*mpg^PAR2" doesn't work. Nor does [PAR]. Nor does extending the string paramters, so that PAR2 in included within, as:
"PartialNameOfMovie*^PAR2*yenc"
What am I doing wrong?
My goal is to set a watch/save filter for a certain movie title (the .mpg parts only), but to exclude all PAR2 files
"PartialNameOfMovie*mpg^PAR2" doesn't work. Nor does [PAR]. Nor does extending the string paramters, so that PAR2 in included within, as:
"PartialNameOfMovie*^PAR2*yenc"
What am I doing wrong?