From: "Matt Kettler" <[EMAIL PROTECTED]>

Rejaine Monteiro wrote:

Is safe to use this?? Seems to work...

body ASCIISPAM          /([0123456789] ){5}/i
describe ASCIISPAM      ASCII SPAM
score ASCIISPAM         1.0

Depends.. do you ever get ascii-text numeric reports emailed to you?
Mind you, SA will condense whitespace to a single space, so
tab-delimited lists, even lists with a single number on a line, will
match this.

Things like:

5
4
3
2
1
blastoff!
Should match.

As would:

2   3   4
1   8   2


Take that above rule and build one that looks for more than three sets
of five digits and more than 10 sets of 1, 2, or 3 of digit numbers.
Catch the crossbars plus the legs. Then look for a paucity of alphabetic
characters. (Not absence, mind you.)

{^_^}

Reply via email to