diff options
author | rhatto <rhatto> | 2006-10-12 14:26:28 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-12 14:26:28 +0000 |
commit | ab150a835e0cdf42eb1b32c55d0767ce6b08ba18 (patch) | |
tree | 804faa099e7eea44bdc2f196f6ec3b11e7ae792e | |
parent | aa7adf29f5eb261166bd58fdd974a530cfb0906f (diff) | |
download | firma-ab150a835e0cdf42eb1b32c55d0767ce6b08ba18.tar.gz firma-ab150a835e0cdf42eb1b32c55d0767ce6b08ba18.tar.bz2 |
SendListPubkey small fix
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |