Trouble with digests
"Gregor" <[email protected]>
| Newsgroups | gmane.mail.majordomo.general |
|---|---|
| Message-ID | <[email protected]> |
>3.11 - How do I set up a digested version of a list? >Create aliases for the mailing list and the digest. See section 2.2 of the >README for an example. Done >Create an alias for the majordom(o) user, so that his cron generated mail >comes to me, rather than just piling up in /usr/local/mail/majordom. How and where do I do this? >Create the list's and the digest's files, (widget, widget-digest, >widget.config, widget-digest.config, etc.). Edit the widget-digest.config >file and make sure all the digest options are set to your tastes. Done >Create the digest directory and archive directory. See FAQ section 2 on how >to set permissions on all majordomo files and directories. You must have >archives if you have digests so the digester can make the digest. You can >purge the archive after the digest is generated. Done >Add yourself to both the mailing list and its digest so you can monitor >what happens...at least for a while (not a bad idea to create a dummy user, >and subscribe him to both the mailing list and its digest. This preserves a >record of messages for debugging. Don't forget to remove this account and >unsubscribe it after debugging.) Done >Optionally you may use cron to send a mkdigest to push out a digest at set >intervals regardless of the number of queued messages. See the question Why >aren't my digests going out?". Not sure how to do this I am getting the posts I send to the main box but no digests Here is the aliases lines I added: test2: "|/usr/lib/majordomo/wrapper resend -l test2 -h sca-caid.org test2-outgoing" test2-outgoing: :include:/var/lib/majordomo/lists/test2,test2-digestify test2-list: :include:/var/lib/majordomo/lists/test2 owner-test2: [email protected] test2-owner: [email protected] test2-approval: [email protected] test2-request: "|/usr/lib/majordomo/wrapper majordomo -l test2" test2-digestify: "|/usr/lib/majordomo/wrapper digest -r -C -l test2-digest test2-digest-outgoing" test2-digest: test2 test2-digest-outgoing: :include:/var/lib/majordomo/lists/test2-digest test2-digest-list: :include:/var/lib/majordomo/lists/test2-digest owner-test2-digest: test2-owner test2-digest-owner: test2-owner test2-digest-approval: [email protected] test2-digest-request: "|/usr/lib/majordomo/wrapper majordomo -l test2-digest" Any help would be greatly appreciated