Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

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