-
|
Hi, I’m just trying to get my head around auto create rules. I’ve set up a rule where *.w@website.com (i.e. anything ending with .w) goes to my wife’s email. How can I have everything else go to my email? I’ve tried /^([a-z0-9_.-]+) but that doesn’t seem to work… What I basically want is to have an auto create rule AND catch all for everything else, but obviously the two are currently mutually exclusive. Any help would be great! Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Actually I can see where I’ve gone wrong - should’ve used ^([a-z0-9_.-]+) instead of /^([a-z0-9_.-]+) where I’ve added an extra / That seems to work to create the everything else/catch all rule! |
Beta Was this translation helpful? Give feedback.
Actually I can see where I’ve gone wrong - should’ve used ^([a-z0-9_.-]+) instead of /^([a-z0-9_.-]+) where I’ve added an extra /
That seems to work to create the everything else/catch all rule!