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


Reply via email to