On Thu, Jun 28, 2001 at 01:56:55PM +0100, kevin jacks wrote:
> I wish to remind the users of my list at a set date every month, of 
> action that should be taken. How do I do this within Mailman.

On any *nix machine of your choice (well, OK - pick one that's always on,
like, say, the mailman server), use `crontab -e` to add a line to your
crontab that looks something like

0 0 1 * * /usr/bin/mail [EMAIL PROTECTED] -s "Monthly reminder" < 
/path/to/reminder-message.txt

Granted, it's not really a mailman-based solution, but it's probably the most
straightforward way to do it.

-- 
That's not gibberish...  It's Linux. - Byers, The Lone Gunmen
Geek Code 3.12:  GCS d? s+: a C++ UL++++$ P++>+++ L+++>++++ E- W--(++) N+
o+ !K w--- O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv+ b+ DI++++ D G e* h r y+

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to