>body YNIWHI             /you name it[.,\b]*we have it/i

/you name it(,|\.{1-3})? we have it/i

This matches exactely on comma or one to three dots, or nothing

if you do not escape the . with \., it means any character, and * can
match any number of time, so it means just plain anything between YNI
and WHI parts.

Olivier

_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to