hverne
09-26-2007, 02:38 PM
I want to blacklist all emails from a specific domain, e.g. "UK"
From the examples given I would expect it to be
.+\@.+\uk
Not being a perl/regular expression expert. I am afraid that the "\@.+" will block everything in any domain and the the "\uk" would be ignored.
Could someone tell me if this will accomplish what I want?
A link to a perl/regular expression tutorial would also be appreciated.
From the examples given I would expect it to be
.+\@.+\uk
Not being a perl/regular expression expert. I am afraid that the "\@.+" will block everything in any domain and the the "\uk" would be ignored.
Could someone tell me if this will accomplish what I want?
A link to a perl/regular expression tutorial would also be appreciated.