Remove only those not active.
This commit is contained in:
parent
24cc6861b2
commit
eec8de4e85
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@
|
||||||
(let loop ((ml-emails (mailman-list-members ml)))
|
(let loop ((ml-emails (mailman-list-members ml)))
|
||||||
(when (not (null? ml-emails))
|
(when (not (null? ml-emails))
|
||||||
(let ((email (car ml-emails)))
|
(let ((email (car ml-emails)))
|
||||||
(mailman-ensure-not-member ml email)
|
(when (member email emails)
|
||||||
|
(mailman-ensure-not-member ml email))
|
||||||
(loop (cdr ml-emails))))))
|
(loop (cdr ml-emails))))))
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue