Hmmm, I'm having problems with the config file in trying to get major
domo working.  Will someone either point me to the appropriate
newsgroups or tell me of what's wrong...
 
It keeps on saying:
 
eval of majordomo.cf failed  at majordomo line 47.
 
Right now I've stripped the majordomo.cf file to:
--
$whereami = "runge.ms.runet.edu";
 
 
$whoami = "Majordomo@$whereami";
 
 
$whoami_owner = "echeu@$whereami";
 
# the environment variable HOME is set by the wrapper
if ( defined $ENV{"HOME"}) {
     $homedir = $ENV{"HOME"};
} else {
     $homedir = "/usr/local/majordomo-1.92";
}
 
 
$majordomo_request = 0;
---
 
Thanks...
 
[log in to unmask]