Help matching regex
I've created a rather messy email filter, which could no doubt be done on one line.
It goes along the lines of
if body contains 111 or
body contains 222 or
body contains 333 or
any header contains 111 or
any header contains 222 or
any header contains 333
then redirect to "someone@else.com[/EMAIL]"
The list is a little more exhaustive than this.
Does anyone know how to do this using a regex please ?
-
Hello, The following document is a good place to get started: Thank you. 0 -
The fist link was as clear as mud, with the second one not being much better. Maybe i'll stick to what i have. 0
Please sign in to leave a comment.
Comments
2 comments