Craig R Hughes <[EMAIL PROTECTED]> writes:

> I think the idea with GAPPY_TEXT is to catch these things.  I
> suspect it's not working right though.

Why not strip out all non-letters and then do matching for things like
the "remove" rules?

take this:

 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 If you wish to be "r e m o v e d" -of f our - l-i- s-t,
 ple ase em ail [EMAIL PROTECTED]
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++

If you remove the non-alphanum characters with s/[^A-Za-z0-9]//g you
get:

  Ifyouwishtoberemovedoffourlist
  pleaseemailscooby96mail2cravecom

Dan

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to