]> gitweb.fluxo.info Git - firma.git/commitdiff
SendListPubkey small fix
authorrhatto <rhatto>
Thu, 12 Oct 2006 14:26:28 +0000 (14:26 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 14:26:28 +0000 (14:26 +0000)
firma

diff --git a/firma b/firma
index dbef48a4844f10d479db0602ade5c64ef3cb1cb0..43fed8b3b921553fa76ed26fe2e00d492516cff9 100755 (executable)
--- a/firma
+++ b/firma
@@ -1655,7 +1655,7 @@ $MESSAGE_BODY
     MimeWrapMessage
 
     # send message
-    echo "$MESSAGE" | $MAIL_AGENT $MAIL_AGENT_ARGS $recipients
+    echo "$MESSAGE" | $MAIL_AGENT $MAIL_AGENT_ARGS $RECIPIENTS
   done
 
   AdminLog "List pubkey sent to $keys."