HI,
I created an email filter:
However it doesnt seem to work.A filter has been added that sends all mail message_headers that matches /^(.*)(\@hotmail\.com)$/ to me@domain.com
Why is that?
HI,
I created an email filter:
However it doesnt seem to work.A filter has been added that sends all mail message_headers that matches /^(.*)(\@hotmail\.com)$/ to me@domain.com
Why is that?
Anyone???
This is weird. Has noone tried to use regex with cPanel?
Yes, you probably need to add a multiple escape characters ("\") for the Cpanel parser to pass them to regexp, apparently. See my (nearly simultaneous to your) posting
HERE
When you TEST your filters you will be able to see how the parser strips the slashes for the result.