X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhsign.sh;h=f28c0fecef5c976a910dc1c80d8da145b83e2189;hb=a0bb92c9f397eb69914be03d7de16ae8e83e7426;hp=17b7489394267a24d1d9e29a60d535b2845f5113;hpb=bd02210b2be64956a952f925a2dcd35fb42f6136;p=mmh diff --git a/uip/mhsign.sh b/uip/mhsign.sh index 17b7489..f28c0fe 100755 --- a/uip/mhsign.sh +++ b/uip/mhsign.sh @@ -9,7 +9,7 @@ # will be removed and any "From " line will be indented for # best compatibility. Enforced for multipart messages. -usage="Usage: mhsign [-encrypt] [-mime] file" +usage="Usage: mhsign [-encrypt] [-mime] [-Version] [-help] file" # defaults usemime=n @@ -114,7 +114,7 @@ lookupkeys() { '|'*) echo "Ignoring pipe address" >&2 continue ;; *@*) ;; - *) a="$i@`hostname -f`" ;; + *) i="$i@`hostname -f`" ;; esac # extract the actual address format='%<{error}%{error}: %{text}%|%(addr{text})%>'