Hi,
I'm having trouble coming up with a pattern to catch all mail from a domain and its sub-domains.
I tried:
.+\@(.+\.)?example\.com
But it doesn't appear to work because I see individual subdomain addresses being added to the white list.
If my pattern is incorrect, would someone be kind enough to provide me one that works?
Thanks,
E.
I'm having trouble coming up with a pattern to catch all mail from a domain and its sub-domains.
I tried:
.+\@(.+\.)?example\.com
But it doesn't appear to work because I see individual subdomain addresses being added to the white list.
If my pattern is incorrect, would someone be kind enough to provide me one that works?
Thanks,
E.