All suspended and active.
This commit is contained in:
parent
b1e0c04a8a
commit
52332035ec
1 changed files with 2 additions and 2 deletions
|
@ -300,12 +300,12 @@
|
|||
(print-unpaired-table MB))
|
||||
((mlsync)
|
||||
(if (-normal-month-)
|
||||
(mailman-sync-members internal-ml (mbase-active-emails MB))
|
||||
(mailman-sync-members internal-ml (mbase-active-emails MB #:suspended #t))
|
||||
(print "Mailman synchronization disabled with manually specified current month.")))
|
||||
((mlcheck)
|
||||
(let-values (((missing surplus)
|
||||
(mailman-compare-members internal-ml
|
||||
(mbase-active-emails MB))))
|
||||
(mbase-active-emails MB #:suspended #t))))
|
||||
(if (and (null? missing)
|
||||
(null? surplus))
|
||||
(print "Internal mailing list membership in sync.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue