by Quade (Posted Fri, 15 Feb 2013 19:36:52 GMT)
I generated a filter profile. Then added
"sample.*[.]par2"
to the subject reject filter. Then loaded up some samples and it removed anything with "sample" from the view.
These filters can't work. Well, they might work for "sample.par2" but, not "sample bla.par2".
Subject reject of "sample" is all you should need. I'm not able to test this in autodownload mode though. How about adding "sample" to the subject reject and let me know what happens.
Read Main Topic
I generated a filter profile. Then added
"sample.*[.]par2"
to the subject reject filter. Then loaded up some samples and it removed anything with "sample" from the view.
(?i)(sample)[.]par2
(?i)(sample)\.par2
(?i).*(sample)\.par2
(?i)([-]sample)[.]par2
(?i)(sample).[.]par2["]
These filters can't work. Well, they might work for "sample.par2" but, not "sample bla.par2".
Subject reject of "sample" is all you should need. I'm not able to test this in autodownload mode though. How about adding "sample" to the subject reject and let me know what happens.
Read Main Topic