>>>>> "B" == Bob  <[EMAIL PROTECTED]> writes:

    >> cron/bumpdigests

    B> Thanks Barry.. how simple can it get?  I already did this:

    | file: upddig.py:
    | def upddig(mlist):
    |   print mlist.volume
    |   print mlist.next_digest_number
    |   mlist.volume = 2
    |   mlist.next_digest_number = 9
    |   mlist.Save()       

    | Then I did:
    | bin/withlist -l -r upddig [listname]

    B> Seems to have taken.  Look ok?

Yep.  That's a one-off though and geared specifically to your one
situation.  bumpdigest isn't much more than that + the usual
boilerplate + incrementing the values instead of hard coding them.

-Barry

_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to