I created a domain processing rule to catch messages containing *rx.com, *rx.org, *rx.net, *nx.com, *nx.org, *nx.net... asterisks are wild cards in my example (ex: bestrx.com) here's the rule:
B~(r|n)x\.(com|org|net)\W:spam
I also tried:
B~(rx|nx)\.(com|org|net)\W:spam
These rules will snag almost every message coming into the server. I've viewed the raw source for messages caught by this rule, and they don't even contain"x."
If I try to narrow the results a little by using B~\w(r|n)x\.(com|org|net)\W:spam, it won't catch anything.
What am I doing wrong here?
Do you Yahoo!?
Meet the all-new My Yahoo! � Try it today!
