User Tools

Site Tools


system:mailman3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
system:mailman3 [2024-09-19T01:17:16UTC] – bug bits michael_paoli_adminsystem:mailman3 [2026-02-28T17:27:22UTC] (current) – minor English/typo fix 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 "$list:"; Mailman members --role any "$list"; done)         E.g.: # (for list in $(Mailman lists -a -q); do echo "$list:"; Mailman members --role any "$list"; done)
 +          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"., e.g.:
 +          $ 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://lists.balug.org/mailman3/postorius/lists/balug-test3.lists.balug.org/csv_view/         or via URLs, e.g. https://lists.balug.org/mailman3/postorius/lists/balug-test3.lists.balug.org/csv_view/
       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                                                   |i   |i    |i   |i       | |customize templates                                                   |i   |i    |i   |i       |
 |update monthly stats reporting                                        |-    y              ||| |update monthly stats reporting                                        |-    y              |||
 +|fix Mailman 3 monthly data recording / stats reporting                |-    i              |||
  
 notes/keys: notes/keys:
Line 247: Line 255:
 |''mailman3 start --force'' bug: report/analysis/test: [[https://gitlab.com/mailman/mailman/-/issues/1174|GNU Mailman Core Issue #1174]]|y| |''mailman3 start --force'' bug: report/analysis/test: [[https://gitlab.com/mailman/mailman/-/issues/1174|GNU Mailman Core Issue #1174]]|y|
 |''mailman3 start --force'' bug: test and apply local fix                                                                               |y| |''mailman3 start --force'' bug: test and apply local fix                                                                               |y|
-|''mailman3 start --force'' bug: report bug to Debian                                                                                   |n|+|''mailman3 start --force'' bug: report bug to Debian: [[https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082167|#1082167]]           |y|
  
 notes/keys: notes/keys:
Line 332: Line 340:
     Delete Mailman 2 list:     Delete Mailman 2 list:
     $ /usr/lib/mailman/bin/rmlist foo-list     $ /usr/lib/mailman/bin/rmlist foo-list
-    Y Old Mailman 2 archives remain after Mailman 2 list is removed with rmlist, unless the -a option is given (in which archives are also removed).+    Y Old Mailman 2 archives remain after Mailman 2 list is removed with rmlist, unless the -a option is given (in which case archives are also removed).
     ? other bits, e.g. informational page(s) we should update along the way?     ? other bits, e.g. informational page(s) we should update along the way?
     Y prepare changes of redirection/content on http[s]://lists.balug.org/ for migration & legacy, etc.     Y prepare changes of redirection/content on http[s]://lists.balug.org/ for migration & legacy, etc.
system/mailman3.1726708636.txt.bz2 · Last modified: 2024-09-19T01:17:16UTC by michael_paoli_admin