|
Majordomo-Users (November 1995) |
Reply to: RE>Creating & sending digests
>My problem now is how to build the digest and get them to be mailed out >via
cron.
> Matthew L. Kaufman
Matthew, the following would send the mkdigest command at 00 minutes,
fifth hour, Monday through Friday, days 1,2,3,4,5. If you want Sunday, 0; if
you want Saturday, 6.
00 5 * * 1,2,3,4,5 echo mkdigest <list> <passwd> | mail
majordomo@<your-majordomo-host>
|