test: "|/opt/majordomo-1.94.5/wrapper resend -l test
test-outgoing,nobody"
owner-test: test-owner,
test-owner: dliston
test-approval: test-owner
test-outgoing:
:include:/opt/majordomo-1.94.5/lists/test,test-archiver,test-digestify
test-archiver: "|/opt/majordomo-1.94.5/wrapper archive2.pl -f
/opt/majordomo-1.94.5/archives/test/test -a -M"
test-digestify: "|/opt/majordomo-1.94.5/wrapper digest -r -C -l test-digest
test-digest-outgoing,nobody"
test-request: "|/opt/majordomo-1.94.5/wrapper majordomo -l test"
test-digest: test
owner-test-digest: owner-test
test-digest-outgoing: "|/usr/bin/bulk_mailer owner-test@sonny.org
/opt/majordomo-1.94.5/lists/test-digest"
The above aliases have a dependency on entries in the majordomo.cf file;
$whereami = "sonny.org";
$homedir = "/opt/majordomo-1.94.5";
$datadir = "/opt/majordomo-1.94.5";
$listdir = "$datadir/lists";
$digest_work_dir = "$datadir/digests";
$filedir = "$datadir/archives";
$filedir_suffix = "";
$majordomo_request = 1;
Dan Liston