Revision 1 as of 2019-02-06 06:41:02

Clear message
Locked History Actions

Mailman

= 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
#