Bowie Bailey <Bowie_Bailey <at> BUC.com> writes: > > how can I adjust it? > > First thought would be: > > rawbody __RB_2_WDS /^(?:\s*\S+){0,2}\s*$/ > > Untested... Should match empty message, message with only whitespace, > or message with one or two words. >
Thank you... But how to make it catch just an email with ONLY 2 words in BODY? Not match empty message? Thanks