Quote:
Originally posted by fastforward
Actually, you can do it. Just create a regular expression that rejects everything except the ones you want. You'll need to read up on regular expressions to get it right.
|
Hi,
I've been reading up and have tried to construct an expression:
[*] >"xxx[a-z]"
where xxx is the word that you want to retrieve followed by any letter in the header. Any other posts would be filtered out as spam? Is this along the right lines??
Thanks!