...
| No Format |
|---|
#!/bin/bash cd /path/to/mailman/bin f=`mktemp` echo generic_nonmember_action = 3 > $f for list in `./list_lists --bare` do ./config-_list -i $f $list done rm $f |
...
| No Format |
|---|
#!/bin/bash cd /path/to/mailman/bin f=`mktemp` echo generic_nonmember_action = 3 > $f for list in `./list_lists --bare` do ./config-_list -i $f $list done rm $f |