Split arguments and binary.

This commit is contained in:
Dominik Pantůček 2023-05-19 19:46:47 +02:00
parent 3b086a0f30
commit 3088aa7703

View file

@ -150,7 +150,8 @@
(print "Add " email " to " listname ".")
(let ((result
(mailman-send/recv
(list "add_members" "-r" "-" listname)
"add_members"
(list "-r" "-" listname)
(sprintf "<<<\"~A\"" email))))
(let loop ((lines result))
(when (not (null? lines))