Extract a list of the lists and the administrators who manage it
 
            
            
            
            
                
                    Jan. 22, 2024
                
            
            
            
        
    
                12:50 p.m.
            
        Hello,
Is there a way to extract all the lists and show the administrators who manage those lists?
Thanks!
 
            
                6:13 p.m.
            
        On 1/22/24 06:33, Stephen J. Turnbull wrote:
pau.baiges@csuc.cat writes:
Is there a way to extract all the lists and show the administrators who manage those lists?
mailman lists mailman members -R $ROLE $LIST
see also "mailman lists -h" and "mailman members -h".
And you can do it all with one command like
for list in `mailman lists |sed 1d`;do
   echo ">>> $list"; mailman members -R administrator $list
done
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
        648
        
      
          Age (days ago)
        
      
        648
        
    
          Last active (days ago)
        
        
        
        2 comments
    
    
        
        3 participants
    
    
    
    
    
    
    
    
    participants (3)
- 
                 Mark Sapiro Mark Sapiro
- 
                 pau.baiges@csuc.cat pau.baiges@csuc.cat
- 
                 Stephen J. Turnbull Stephen J. Turnbull
