Kyle Knack <[EMAIL PROTECTED]> said something to this effect on 08/08/2001:
> I've finally figured out that 'reverse_name' isn't working because my
> alternates line isn't matching properly. I have it written as:
> set alternates =
> ([EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL P
* Drew Raines <[EMAIL PROTECTED]>:
>
> set alternates="[EMAIL PROTECTED]|[EMAIL PROTECTED]
>
> My alternates setting works fine that way.
In addition, I have my '@' symbols escaped.
set alternates="phineas\@only-linux.com|skwerl\@telocity
--
Drew
* Kyle Knack <[EMAIL PROTECTED]>:
>
> Apparently that doesn't work well (even with the '.' escaped), nor does:
> set alternates =
> "(phineas@only-linux|skwerl@telocity|skwerl@eathlink|skerl-0@home)" with
> or without quotes.
Try removing the parentheses:
set alternates="[EMAIL PROTECTED]|[EM
I've finally figured out that 'reverse_name' isn't working because my
alternates line isn't matching properly. I have it written as:
set alternates =
([EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED])
Apparently that doesn't work well (even with the '.' escaped), nor does:
* Mikko Hänninen ([EMAIL PROTECTED]) [99 18:39]:
> > set alternates='^([EMAIL PROTECTED]|[EMAIL PROTECTED])$"
> BTW, aren't the .'s in the regexp supposed to be escaped, if you want
> them to match just a dot? Admittedly in most cases it doesn't make much
> difference in the $alternates setti