raf <[EMAIL PROTECTED]> wrote on Wed, 04 Oct 2000:
> i seem to remember the
> doco for subscribe saying that it is used to specify the mailing lists to which
> you are subscribed. to me, that means the actual addresses of mailing lists
> or aliases for those addresses, not regular expressions that match at least
> those addresses.

It's not even a regular expression, it's just a "beginning of string"
match.

"subscribe vim" matches "[EMAIL PROTECTED]", "[EMAIL PROTECTED]",
"[EMAIL PROTECTED]", and so on -- anything that begins with "vim".
Because it's a simple string comparison (case-insensitive), you
*can* also specify the full address, if you want.


Regards,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
"I'm not cheap, but I am on special this week."

Reply via email to