From: rhatto Date: Thu, 12 Oct 2006 14:26:28 +0000 (+0000) Subject: SendListPubkey small fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ab150a835e0cdf42eb1b32c55d0767ce6b08ba18;p=firma.git SendListPubkey small fix --- diff --git a/firma b/firma index dbef48a..43fed8b 100755 --- 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."