Hallo rich,

On Mon, 5 Jul 2004 11:30:18 -0400GMT (5-7-2004, 17:30 +0200, where I
live), you wrote:

RG> It sounds like there's a way then to filter for a string of, say, 12
RG> consecutive spaces in the subject line.

RG> Subject: Macromedia courses                jw355q

RG> Is obviously spam and the string of spaces gives it away.

12 spaces? Would be something \s{12}
But it might be that that won't match when there's 13 spaces, not sure
about that. You could also check for between 3 and 50 spaces, that
would be \s{3,50}

-- 
Groetjes, Roelof

Disclaimer: Any opinion stated in this message is not necessarily shared by my budgies 
or rabbits.


________________________________________________
Current version is 2.11.02 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to