Hallo rich,

On Mon, 5 Jul 2004 14:36:35 -0400GMT (5-7-2004, 20:36 +0200, where I
live), you wrote:

RG>>> Subject: Macromedia courses                jw355q
RG>>> Is obviously spam and the string of spaces gives it away.

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

RG> Think is might catch such spam as a kludge string??
RG> \nSubject:\s{5,60}\n

No, I'd go for \s{5,60} present in subject, your condition would check
for a subject: header with 5 to 60 spaces and nothing else in it.

-- 
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