Re: META: delayed messages

From: David McFadzean (david@kumo.com)
Date: Wed Sep 01 1999 - 11:33:48 MDT


At 10:01 AM 9/1/99 -0700, Doug Jones wrote:
>So exactly what are the "seven forbidden words"?

Here are the perl regular expressions:

/\bcancel\b/i
/\badd me\b/i
/\bdelete me\b/i
/\bremove\s+me\b/i
/\bchange\b.*\baddress\b/
/\bsubscribe\b/i
/^sub\b/i
/\bunsubscribe\b/i
/^unsub\b/i
/^\s*help\s*$/i
/^\s*info\s*$/i
/^\s*info\s+\S+\s*$/i
/^\s*lists\s*$/i
/^\s*which\s*$/i
/^\s*which\s+\S+\s*$/i
/^\s*index\s*$/i
/^\s*index\s+\S+\s*$/i
/^\s*who\s*$/i
/^\s*who\s+\S+\s*$/i
/^\s*get\s+\S+\s*$/i
/^\s*get\s+\S+\s+\S+\s*$/i
/^\s*approve\b/i
/^\s*passwd\b/i
/^\s*newinfo\b/i
/^\s*config\b/i
/^\s*newconfig\b/i
/^\s*writeconfig\b/i
/^\s*mkdigest\b/i

--
David McFadzean                 david@kumo.com
special agent                   http://www.kumo.com


This archive was generated by hypermail 2.1.5 : Fri Nov 01 2002 - 15:04:59 MST