> I got the following error messages and I don't have the slightest idea of
> what it means... Can someone possibly explain it...?
>
> Admin request of type /\bcancel\b/i at line 6
I am channeling your listserver and it tells me to tell you:
"This message didn't go through because it looks an administrative
request/command. In particular, it looks like someone is trying to
unzubscribe by typing the word 'c@ncel' in their message.
Because this poor soul needs h*lp, and because I don't want to sling
their requests to every member, I sent it to you for your personal
edification and/or action."
the /s are delimiters for the match. the \b are delimiters, too,
specifying that the match has to be on a word boundary.
For further exploration: http://www.ora.com/catalog/regex/
--
jc
deviants@mousetrap.net administrator
http://www.mousetrap.net/~mouse/deviants/
"Music is the soul's primitive and primary speech and it is
alogon, without articulate speech or reason." The Closing of the
American Mind. Allan Bloom, 1987.
References:
|
|