Thank you for the built-in option to specify a header filter, I've made very good use of it to reduce spam.
Should I be aware of any performance considerations as I add more and more entries to clean up headers? Are more complex entries better than the total number?
Regarding filters themselves, can you mix the accept-if, reject-if if they have overlapping matches? I noticed there wasn't a way to order, so I'm guessing it isn't a first-match, do action type system?
And I figured i'd ask if we can do this existing or not before a feature request, the existing filters look like we can only specify one set of size restrictions AND multiple (subject or email) entries. Any way to have a regex for just the size along with the subject? Mostly I'm trying to filter crap but preserve cases where an .nfo file or .par2 was posted separate.
I write SQL code all day long for work, so I keep wishing I could construct a query to include/exclude headers. The regex is powerful, just not sure how to handle multiple criteria.