Locked History Actions

Diff for "Mailman"

Differences between revisions 1 and 2
Revision 1 as of 2019-02-06 06:41:02
Size: 1021
Comment:
Revision 2 as of 2019-02-06 06:41:51
Size: 1022
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
= Mailman Tips= = Mailman Tips =

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: hogehoge-ml
Finalizing
#