> "Here is a template for archiving messages as they arrive for a
> Majordomo list to include in sendmail's aliases file:
>
> xxxx: "|/usr/lib/majordomo/wrapper resend -l xxxx
> xxxx-outgoing"
> xxxx-outgoing: :include:/var/lib/majordomo/lists/xxxx,
> xxxx-mhonarc
> xxxx-request: list-admin-address
> owner-xxxx: list-admin-address
> xxxx-owner: list-admin-address
>
> xxxx-mhonarc: "|/usr/lib/majordomo/wrapper mhonarc -add -quiet
> -outdir /home/httpd/html/yyyyyyy -rcfile rcs.mrc"
>
> Replace text that is rendered like this with what is appropriate for
> your configuration. "
Actually, what's up above will work. The difference is that your
configuration was replacing the 'resend -l xxxx' in xxxx:, when
it should have been adding it to xxxx-outgoing. Just an off by
one error... :)
Chris