Forum Moderators: phranque
harry@mydomain.com - set to FORWARD
catch@mydomain.com - set to CATCH ALL and DISCARD
The issue is that emails addressed to anything which includes harry@mydomain.com gets forwarded on, for example junk#harry@mydomain.com.
I would have expected this to have been caught by the CATCH ALL. So is this normal behaviour? I would like to be clear on the facts before raising a ticket.
Just in case it makes any difference the mailboxes are set up with a control panel which is a re-branded version of H-Sphere.
Sounds to me like they are using a regular-expression or wildcard match. You will have to read their documentation to find out how to "anchor" the search string.
If they are using standard Unix regular expressions, you could use ^harry@example.com This will require "harry" to start in the first column.