Incoming malformed junk mail
Hi, I'm getting junk mail from addresses like this "info@example.cominfo@demo.com"
It's not a valid email and I need to reject it as I create a rule for filtering.?
-
Thanks! 0 -
Be careful with the "/@.*@/" rule (and there is a variation circulating that uses ".+@.+@.+" that has issues as well) If a genuine user configured their SMTP address in their mail client in the format eg admin@domain.com or "admin@domain.com" the rule may match and you would lose the mail. Use your cPanel filter to configure and thoroughly test the regex before deploying it. 0 -
Be careful with the "/@.*@/" rule (and there is a variation circulating that uses ".+@.+@.+" that has issues as well) If a genuine user configured their SMTP address in their mail client in the format eg admin@domain.com or "admin@domain.com" the rule may match and you would lose the mail. Use your cPanel filter to configure and thoroughly test the regex before deploying it.
It does generate problems when trying to send emails. Can you put negative filters?0
Please sign in to leave a comment.
Comments
6 comments