> thanks for all of your input and help; here is the cmd that I added to my aliases file:
>
> group-list-archive: "|/usr/lib/majordomo/wrapper archive2.pl -f /var/lib/majordomo/lists/group-list.archive/group-list -d -a"
OK, a daily archive. The syntax is correct, and the directory locations look like an rpm install. Is your
group-list-outgoing: alias properly referencing messages to the group-list-archive: alias?
>
> I just followed the example located in the archive2.pl script. The script also says that majordomo.pl, majordomo_version.pl
> and shlock.pl should be located in the Perl library, so I copied them from the majordomo directory to /usr/lib/perl5/5.00503.
> I hope this info is helpful and thanks again!
<GETE> Well, I do not think a perl libraray is the same thing as a perl directory. The library in this case is actually
the majordomo $HOME directory. This is where they need to be in order for wrapper to be able execute them anyway.
Anyway, here are my aliases for a list with working archive and digest features.
test-subscribe: "|/home/mj1945/wrapper signoff test"
test-unsubscribe: "|/home/mj1945/wrapper signoff -u test"
test: "|/usr/local/bin/procmail -f- /home/mj1945/filters/test"
#test: "|/home/mj1945/wrapper resend -l test test-outgoing, nobody"
owner-test: dan,"|/home/mj1945/wrapper autobounce -l test"
test-outgoing: "|/usr/local/bin/bulk_mailer owner-test@sample.com /home/mj1945/lists/test",
test-archiver, test-digestify
owner-test-outgoing: owner-test
test-archiver: "|/home/mj1945/wrapper archive2.pl
-f /home/mj1945/files/test/test -a -M"
test-digestify: "|/home/mj1945/wrapper digest
-r -C -l test-digest test-digest-outgoing, nobody"
#test-request: "|/home/mj1945/wrapper request-answer test"
test-request: "|/home/mj1945/wrapper majordomo -l test"
test-approval: owner-test
test-digest: test
owner-test-digest: owner-test
#test-digest-outgoing: :include:/home/mj1945/lists/test-digest, nobody
test-digest-outgoing: "|/usr/local/bin/bulk_mailer owner-test@sample.com
/home/mj1945/lists/test-digest", nobody
owner-test-digest-outgoing: owner-test
test-digest-request: "|/home/mj1945/wrapper majordomo -l test-digest"
test-digest-approval: owner-test
References:
|
|