Locked History Actions

Diff for "Mailman"

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2019-02-06 06:41:02
Size: 1021
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 14: Line 14:
= Mailman Tips= = Mailman Tips =
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
#