In message <9504112202.AA12636@lws16.salttn>,
"Frank R. Jones" writes:
>Marko writes:
>
>> It appears that addresses at eduserv@its.unimelb.edu.au are of the format
>>
>> First Middle Last <f#firstl@eduserv.its.unimelb.edu.au>
>>
>> and naturally enough when some tries to subscribe to a Majordomo lists
>> from that site that won't be very succesful. Can addresses with #'s be
>> subscribed to Majordomo lists at all
Change the line in majordomo that reads:
s/#.*//g; # strip comments
with:
s/^\s#.*//g; # strip comments
An equivelent options is to change the line to read:
s/^#.*//g; # strip comments
and move it after the strip leading whitespace expression on the
following line. Then don't use embedded comments in your commands 8-(.
This will be in the next release of majordomo. Fie on the people who
put # in the local part of the address. Fie I say.
-- John
John Rouillard
Senior Systems Administrator IDD Information Services
rouilj@dstar.iddis.com Waltham, MA (617) 890-7227 x337
(617) 487-3937 (Direct)
Senior Systems Consultant (SERL Project) University of Massachusetts at Boston
rouilj@cs.umb.edu (preferred) Boston, MA, (617) 287-6480
===============================================================================
My employers don't acknowledge my existence much less my opinions.
References:
|
|