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
|
|