Regex not working as expected with Global Mail Filters
I am trying to create a filter which would accept any email with a specific pattern. I created a filter using regex, tested it, matched the filter rules successfully. But it bounces back the email when when I send the mail.
Here is what I am trying to achieve:
Any mail sent to unsubscribe+(random characters)@example.com should get delivered to test@example.com[/EMAIL]
So my filter looks like this:
To
Matches regex
unsubscribe+(.*?)+?@example.com
Redirect to Email
test@example.com[/EMAIL]
Get "550 No Such User Here" error for unsubscribe+abc123@example.com when the actual email is sent.
Any idea what could be the reason?
I am on 11.52.0 (build 22) version of WHM
-
Hello :) What's configured under the "Default Address" option in cPanel for this domain name? Thank you. 0
Please sign in to leave a comment.
Comments
1 comment