Great Circle Associates Majordomo-Users
(October 1997)
 

Indexed By Date: [Previous] [Next] Indexed By Thread: [Previous] [Next]

Subject: majorcool not recognising email addresses
From: Colin Forde <c . forde @ qub . ac . uk>
Date: Mon, 20 Oct 1997 16:34:16 +0100 ()
To: majordomo-users @ GreatCircle . COM

Have just installed majorcool on this host which also runs 
majordomo1.94.3. MC installed ok. When i attempt to use it 
by filling in my normal email address and choosing all 
lists i get the message:
c.forde@qub.ac.uk is not a valid e-mail address.
This seemingly is a message that is found in 
majorcool.cf
# The "pattern" regexp enables MajorCool to identify list members even if
# they may be subscribed with multiple addresses.
#
sub siteaddr {
        local($target) = @_;
        # weed out bogus attempts
        &send_error("'$target' is not a valid e-mail address.")
                unless &valid_addr($target);
        # valid_addr() checks still nowhere near perfect
        # this regexp check contributed by <karsten@zora.nadir.org>
        /([\w-\.]+)@(([\w-\.]+\.)?[a-z]([\w-]{0,62}[\w])\.([a-z]){2,3})$/i;
        &send_error("$target is not a valid e-mail address.")
                unless $1 && $2;
        local($regex) = $target;
        $regex =~ s/\./\\./g;   # periods are real, not meta
        return ($1, $target, "^$regex\$");
}
I need to be able to use addresses of the form 
f.blogs@qub.ac.uk or fblogs@qub.ac.uk. 
thanks
Colin
----------------------
Colin Forde
c.forde@qub.ac.uk



Indexed By Date Previous: Digest Woes :(
From: Geoff Reed <geoffr@rit.com>
Next: Re: CAN'T USE NEWCONFIG MAJORDOMO1.93
From: "Bob Parker" <bob@vpdev.com>
Indexed By Thread Previous: Re: Digest Woes :(
From: Mark Rauterkus <mrauterkus@sportsurf.net>
Next: Re: majorcool not recognising email addresses
From: Bill Houle <Bill.Houle@SanDiegoCA.NCR.COM>

Google
 
Search Internet Search www.greatcircle.com