On Tue 13 July 2004, 14:14:26 +1000, Rich Gregory wrote:
>>> I recently added a filter that was supposed to trash emails that had a
>>> subject line where there were too many spaces in it but it is not working.
RA>> I copied and pasted it into my system, and it appears you didn't turn on
RA>> the regular expressions option.
> 
> OK turned it on...  What does it mean?

The filter condition you put in (\s{5,60}) is a regular expression
construct. Your filter would have been looking for the literal 8
characters rather than a string of between 5 and 60 spaces in the
subject.

-- 
:Robin_Anson:

Using The Bat! v2.11.02 on Windows XP 5.1 Build 2600 Service Pack 1






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

Reply via email to