PDA

View Full Version : Perl Blackist Filtering in BoxTrapper



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.

Depeche
11-25-2007, 07:55 PM
You don't want any UK people emailing you? Don't really understand the question.

Depeche
11-25-2007, 07:55 PM
Boy this is a old post.