I have the FiltaQuilla add-on for Thunderbird (http://mesquilla.com/extensions/filtaquilla/) because I wanted to give myself the ability to move messages that match a date range AND the subject line of the message can match any words I specify. Matches are found using a JavaScript Regular Expression. The idea is that if any of the five phrases below are found, the email would then be placed in another folder.
Here is the filter I'm trying to set up:
/CST 205 | CST205 | CST205-01 | CST 205 Preparation | CST205-01_SP14/ig
It has moved a bunch of emails, but is leaving emails that it shouldn't. Below are the subject lines of emails this script shouldn't be leaving behind:
- Re: CST205-01_SP14 Keep it up!
- Re: Hiring for CST 205
Can you help adjust my script to avoid leaving those messages behind?