system:mailman3
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
system:mailman3 [2024-09-19T01:17:16+0000] – bug bits michael_paoli_admin | system:mailman3 [2025-07-02T03:38:52+0000] (current) – Some more to complete on recording/reporting, and more notes about mailman members behavior when there are no matches michael_paoli | ||
---|---|---|---|
Line 150: | Line 150: | ||
Y how do we export roster of members? | Y how do we export roster of members? | ||
E.g.: # (for list in $(Mailman lists -a -q); do echo " | E.g.: # (for list in $(Mailman lists -a -q); do echo " | ||
+ | Note, however, if there are no matches for the specified role (or default of --role member), it will output | ||
+ | name of list with @ replaced by ., followed by text " has no members" | ||
+ | $ mailman members --role moderator balug-admin@lists.balug.org | ||
+ | balug-admin.lists.balug.org has no members | ||
+ | $ | ||
+ | And note also that's written to stdout and the exit/return value is 0. | ||
+ | So, one will probably want to filter such out from actual data results. | ||
or via URLs, e.g. https:// | or via URLs, e.g. https:// | ||
Y don't reject empty body (e.g. mailman commands don't require body to be present) | Y don't reject empty body (e.g. mailman commands don't require body to be present) | ||
Line 221: | Line 228: | ||
|customize templates | |customize templates | ||
|update monthly stats reporting | |update monthly stats reporting | ||
+ | |fix Mailman 3 monthly data recording / stats reporting | ||
notes/keys: | notes/keys: | ||
Line 247: | Line 255: | ||
|'' | |'' | ||
|'' | |'' | ||
- | |'' | + | |'' |
notes/keys: | notes/keys: |
system/mailman3.1726708636.txt.bz2 · Last modified: 2024-09-19T01:17:16+0000 by michael_paoli_admin