Fix ML removal.
This commit is contained in:
parent
14eedb026b
commit
a71a71e044
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
||||||
(print "Remove " email " from " listname ".")
|
(print "Remove " email " from " listname ".")
|
||||||
(let ((result
|
(let ((result
|
||||||
(get-mailman-output-lines
|
(get-mailman-output-lines
|
||||||
"remove_members" (car listname)
|
"remove_members" listname
|
||||||
(sprintf "\"~A\"" email))))
|
(sprintf "\"~A\"" email))))
|
||||||
(let loop ((lines result))
|
(let loop ((lines result))
|
||||||
(when (not (null? lines))
|
(when (not (null? lines))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue