[Evolution] Regex problems
- From: Sean Kasun <skasun azstarnet com>
- To: evolution ximian com
- Subject: [Evolution] Regex problems
- Date: 24 Apr 2002 12:38:27 -0700
I'm trying to set up a spam filter that filters out messages with heavy
use of caps.
The filter I'm trying to use is a Regex Match on Message Body:
([[:upper:]]{3,}[[:space:]]+){4,}
It matches at least 4 words in a row that are all caps and at least 3
letters long.
The problem is, it's flagging on nearly everything. My best guess is
that the upper tag is matching lowercase too.
Anyone have any ideas?
--
sean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]