Sync RK as well.

This commit is contained in:
Dominik Pantůček 2023-11-16 19:18:30 +01:00
parent 0b7f042eaf
commit 81cc80c7c0

View file

@ -394,7 +394,10 @@
(mbase-active-emails MB #:suspended #t)) (mbase-active-emails MB #:suspended #t))
(mailman-sync-members (find-mailman-list MLS "rada") (mailman-sync-members (find-mailman-list MLS "rada")
(mbase-active-emails MB (mbase-active-emails MB
#:pred? rada-ml-pred?))) #:pred? rada-ml-pred?))
(mailman-sync-members (find-mailman-list MLS "rk")
(mbase-active-emails MB
#:pred? brmember-revision?)))
(else (else
(print "Mailman synchronization disabled with manually specified current month.")))) (print "Mailman synchronization disabled with manually specified current month."))))
((notify) ((notify)