Chrissirhc
Programmer
Hi I get standard emails sent to me. E.g and email will always have this string or set of words in it.
The magic number is: 5
"The magic number is:" bit is always the same, but the number itself changes. So... the email could have, for example,
The magic number is: 0
Now what I'd like to do is set up some rule (or equivalent) so that when this mail comes into my mail box, I can specifically ask for it to flag the message if a mail contains
The magic number is: (NOT)0
i.e The magic number is: 45 OR The magic number is: 10 .
So (repeating myself)I want to flag any email where the number is not 0.
There are many other parts in the email which have 0's etc, but what always stay the same is the "The magic number is: (number)"
What would be the easiest way to set this up?
Thanks in advance
Chris
The magic number is: 5
"The magic number is:" bit is always the same, but the number itself changes. So... the email could have, for example,
The magic number is: 0
Now what I'd like to do is set up some rule (or equivalent) so that when this mail comes into my mail box, I can specifically ask for it to flag the message if a mail contains
The magic number is: (NOT)0
i.e The magic number is: 45 OR The magic number is: 10 .
So (repeating myself)I want to flag any email where the number is not 0.
There are many other parts in the email which have 0's etc, but what always stay the same is the "The magic number is: (number)"
What would be the easiest way to set this up?
Thanks in advance
Chris