I missed a closing parenthesis. Trying again...

body WORK_AT_HOME               /(?:WORK|MAKE (?:MONEY|\${1,})|WORKING)
(?:AT|FROM) HOME/i
describe WORK_AT_HOME           Information on how to work at home

body HOME_EMPLOYMENT            /(?:HOME EMPLOYMENT|HOME.?WORKER)/i
describe HOME_EMPLOYMENT        Information on home employment

--
michael moncur   mgm at starlingtech.com   http://www.starlingtech.com/
"Of those who say nothing, few are silent."     -- Thomas Neill

> Actually, since that one's getting awfully big, perhaps the
> following would be
> a better way - this moves the "HOME.?WORKER" variation into the
> HOME_EMPLOYMENT
> rule and lets WORK_AT_HOME handle "work at home", "working at home", "make
> money from home", and so on:
>
> body WORK_AT_HOME               /(?:WORK|MAKE (?:MONEY|\${1,})|WORKING)
> (?:AT|FROM) HOME/i
> describe WORK_AT_HOME           Information on how to work at home
>
> body HOME_EMPLOYMENT            /(?:HOME EMPLOYMENT|HOME.?WORKER/i
> describe HOME_EMPLOYMENT        Information on home employment
>
> --
> michael moncur   mgm at starlingtech.com   http://www.starlingtech.com/
> "Misery no longer loves company.  Nowadays it insists on it."
>                 -- Russell Baker
>
>
> _______________________________________________
> Spamassassin-talk mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/spamassassin-talk
>
>


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

Reply via email to