Locked History Actions

Diff for "Mailman"

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2019-02-06 06:41:02
Size: 1021
Comment:
Revision 3 as of 2019-10-08 06:56:35
Size: 1020
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
= Mailman Tips= = Mailman Tips =
Line 28: Line 28:
Unlocking (but not saving) list: hogehoge-ml Unlocking (but not saving) list: varfoo-ml

Mailman Tips

1. Mailmanでの通番号をリセットする

#cd /usr/local/mailman/bin
# ./withlist varfoo
Loading list varfoo (unlocked)
The variable `m’ is the varfoo-ml MailList instance
>>> m.Lock()
>>> m.post_id
現在の番号
>>> m.post_id=1
>>> m.Save()
>>> ^D
Unlocking (but not saving) list: varfoo-ml
Finalizing
#