As I'm just getting Majordomo set up I decided to jump straight in with
the beta (1.90b1). Everything works flawlessly, but I have a couple of
questions:
In resend, I see the following:
[Parse command line args]
if (! defined($opt_l) || ! defined($opt_h)) {
die("resend: must specify both '-l list' and '-h host' arguments");
}
$opt_r = "$opt_r@$opt_h" if ( defined($opt_r) );
&get_config($listdir, $opt_l);
$opt_A = &cf_ck_bool($opt_l,"moderate") if &cf_ck_bool($opt_l,"moderate");
$opt_h = $config_opts{$opt_l,"resend_host"}
if($config_opts{$opt_l,"resend_host"} ne '');
[Parse rest of config file]
Why is -h required on the command line when you can specify it in the
config file?
I like the functionality of new-list, but I think it goes against the
general remote configurability of Majordomo. Perhaps this could be made a
function of resend?
That's all the brainstorming form now. Thanks,
---
Jason L. Tibbitts III - tibbs@math.uh.edu - 713/743-8687 - 221SR1
System Admin: University of Houston Supercomputing Support Services
Texas Center for Advanced Molecular Computation GM/CS/S
d--- -p+ c++++ l++ u+++ e+ m---(++) n--- s/-- h* f+ g+ w+ t- r- x+**
Follow-Ups:
|
|