Quoting Mark Sapiro ([email protected]): > On 4/9/2010 8:45 PM, Stumpie wrote: > > I'd like to send out a monthly announcement reminding users that they > > are on a list and to remind them of some list etiquette. I want to > > do this automatically. I've looked at the FAQ, but I can't find a > > way to do this. > > > If you have access to the host server or any server, set up a cron to > mail the list once a month with whatever message you want.
This is how I do it for my lists in cron: 00 12 1 * * /usr/bin/mutt [email protected] -s 'Monthly List Instructions' < ~/LIST.mailman.txt That all goes on one line, and the LIST.mailman.txt file contains the message you want to send. Mine uses Mutt to send the mail, but there are many other ways/tools to accomplish this. dd ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
