Locked History Actions

Diff for "Mailman"

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2019-02-06 06:41:51
Size: 1022
Comment:
Revision 4 as of 2019-10-08 06:56:56
Size: 1038
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
現在の番号 現在の番号が表示される
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
#