Locked History Actions

Diff for "Mailman"

Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2019-02-06 06:41:51
Size: 1022
Comment:
Revision 5 as of 2019-10-08 06:57:37
Size: 1079
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
現在の番号
>>> m.post_id=1
現在の番号が表示される
>>> m.post_id=1  (任意の番号に設定可能)
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
#