## Please edit system and help pages ONLY in the master wiki! ## For more information, please see MoinMoin:MoinDev/Translation. ## IMPORTANT NOTE: ## When you use this page as a template for creating your project page: ## * please remove all lines starting with two hashes (##) ## * except the acl line, please keep that, but remove one hash, so it reads #acl ... ## * fix the acl line so it has the correct page instead of the sample Project/...Group ##acl Project/AdminGroup:admin,read,write,delete,revert Project/ReadWriteGroup:read,write Project/ReadGroup:read ##master-page:Unknown-Page ##master-date:Unknown-Date #format wiki #language en = 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 # }}}