[Mailman-Developers] Sending reminders monthly, quarterly and yearly

Matthias Klose doko@cs.tu-berlin.de
Fri, 18 Jan 2002 21:02:28 +0100


[submitted as patch #502668 on sf.net]

On announcment lists, there are often only a few mailings a year, so it
seems to be inadequate to send monthly reminders or no reminders to
the list. On sf.net #502668 you'll find two variants of a patch, which

- extends the meaning of the send_reminders option (adding quaterly
  and yearly reminders)

- adds a new option send_reminders_frequency

For both cases, there is a new option `--cron' for `mailpasswds' to
recognize, that the reminders are sent by the regular cron job (and
not manually by an admin).

	Matthias