2

従来のメーリングリストを新しいWebフォーラムソフトウェアに移行しようとしていますが、mailmanに、すべてのリスト、所有者、メンバー、およびメンバーシップタイプを取得するためのエクスポートオプションまたはAPIがあるかどうか疑問に思っていました。

4

3 に答える 3

4

probably too late, but the list_members LISTNAME command (executed from a shell) will give you all the members of a list.

list_admins LISTNAME will give you the owners What do you mean by membership type? list_members does have an option to filter on digest vs non-digest members. I don't think there's a way to get the moderation flag without writing a script for use with withlist

于 2010-07-01T03:50:12.767 に答える
4

これも本当に遅いですが、メーリング リストの購読者を獲得するために、このスクリプトをしばらく使用しています。

スクリプトにあるように、Web インターフェイスを使用してすべてのメンバーを取得します。これは、mailman のコマンド ライン ツール (共有ホスティング) にアクセスできないため、非常に便利です。

現時点では、メンバーのみが提供されますが、ニーズに合わせて拡張できる可能性があります。

于 2011-10-11T07:28:37.653 に答える