Open espguitarist33 opened 7 years ago
Note to self: shouldn't be too hard to do.
Does this implemented ? do regular expression works in SubjectContains? anybody have clue
Did this ever get implemented? We have a further increasing need for this feature
I may also have missed something, but I did breeze through the source where the subjectContains gets used and it looks like there is no way to filter on emails not containing a specific string or value.
Is this something that could be implemented?
For example: I need launch a project based on the receipt of an email. Where the initial project getting launched depends on the subject of the email.
The following two will work correctly (different starting project for each)
However this will not work for me:
It would be easy (easier than a possible hack alternative or two) to exclude 'v100 custom' from the v100 project by simply saying if subjectContains=v100 and subjectNotContains=custom.
Thanks! Ryan