thanks!

1.
can I block (besides msgs with http) msgs that contain clolours as well? (since many spammers use colours)?

2.
also I guess I can add other words to determine unwanted pop ups, by adding

Code:
 && (word isin $1-) 


right?

but what if I want to block *word, *word* or word* ?

or a phrase containing word1 AND word2?