To follow up on this, I dusted off the script I wrote before caff(1)
existed, and after a few tweaks, I used that instead of caff. Basically
just a shell script that assembles a shar-archive-like script to email the
signed and encrypted key using either mailx or batch smtp, in the form

> /usr/sbin/sendmail -v -bs << \SHAR_EOF
> HELO localhost
> MAIL FROM: <sen...@example.net>
> RCPT TO: <recipi...@example.com>
> DATA
> Below is the key 1234ABCD from the BLU keysigning party that was held
> [....]
> .
> SHAR_EOF

or

> /bin/mailx -r 'sen...@example.net' -s 'Signed, encrypted key...'
recipi...@example.com << \SHAR_EOF
>
> Below is the key 1234ABCD from the BLU keysigning party that was held
> [....]
> .
> SHAR_EOF

If a key has multiple uids, the script will send the signed and encrypted
key to each of the email addresses found on the key.


On Fri, Sep 20, 2019 at 1:57 PM John Abreau <abre...@gmail.com> wrote:

> Is anyone else having trouble running caff(1) to sign keys?
>
> I installed it from the package signing-party-1.1.4-23.1.noarch in the RPM
> Sphere repo. When I run it, it immediately gives the error
>
> > Can't use 'defined(@array)' (Maybe you should just omit the defined()?)
> at /bin/caff line 599.
>
>
>
> --
> John Abreau / Executive Director, Boston Linux & Unix
> Email: abre...@gmail.com / WWW http://www.abreau.net / PGP-Key-ID
> 0x920063C6
> PGP-Key-Fingerprint A5AD 6BE1 FEFE 8E4F 5C23  C2D0 E885 E17C 9200 63C6
> _______________________________________________
> Discuss mailing list
> Discuss@blu.org
> http://lists.blu.org/mailman/listinfo/discuss
>


-- 
John Abreau / Executive Director, Boston Linux & Unix
Email j...@blu.org / WWW http://www.abreau.net / PGP-Key-ID 0x920063C6
PGP-Key-Fingerprint A5AD 6BE1 FEFE 8E4F 5C23  C2D0 E885 E17C 9200 63C6
_______________________________________________
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss

Reply via email to