Does anyone know an online resource that discusses how to make modifications
to Mailman field tags?
I want to change the text of some of the Mailman fields. Thank you.
Camille
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.
You can Change your Crontab file for mailman user:
--snip
# Noon, mail digests for lists that do periodic as well as threshhold delivery.
0 12 * * * /usr/bin/python -S /home/mailman/cron/senddigests
#
--snip
Mike
Michael Lynn
Platform Architect, Vice President
Merrill Lynch
(201) 557-4555
Cell:
On Tue, 4 Dec 2001 11:21:19 -0600 (CST)
Paul L Schumacher <[EMAIL PROTECTED]> wrote:
> My digests go out at noon, and I would like them to go at 10 pm.
> any suggestions?
Edit Mailman's crontab.
--
J C Lawrence
-(*)Satan, oscillate my metallic sonatas.
su mailman
crontab -e
# 10pm, mail digests for lists that do periodic as well as threshold
delivery.
0 22 * * * /usr/bin/python -S /home/mailman/cron/senddigests
Let me know if you have any questions - Jon (the minimalist) Carnes
- Original Message -
From: "Paul L. Schumacher" <[EMAIL PR