1#+Title: mlisting23* Issue4Mail Linsen Zhou <i@lin.moe>56* Usage7** Build8#+begin_src sh9 make build && make install10#+end_src11** Service12#+begin_src sh13 mlisting serve --config ./config.toml # See config.example.toml14#+end_src1516** Management17#+begin_src sh18 mlisting admin group create public@local.ltd 'This is a public group' -perm 3 # default browser|reply permission19 mlisting admin member add public@local.ltd member@local.ltd -perm 7 # post|browser|reply permission20 mlisting admin member show public@local.ltd21 mlisting admin message search public@local.ltd hello22 mlisting admin message delete public@local.ltd message_id@local.ltd23 # `mlisting help admin` for more help24#+end_src2526* Todo [3/4]27** TODO [#B] Openmetrics endpoint28** DONE [#A] Message size limit29** DONE Command to message management (delete spam messages)30** DONE Use /References/ header to manage message thread, allow messages arrive in random order.