[Discuss] caff(1) failing on Fedora 30

John Abreau jabr at blu.org
Fri Sep 20 15:46:06 EDT 2019


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: <sender at example.net>
> RCPT TO: <recipient at example.com>
> DATA
> Below is the key 1234ABCD from the BLU keysigning party that was held
> [....]
> .
> SHAR_EOF

or

> /bin/mailx -r 'sender at example.net' -s 'Signed, encrypted key...'
recipient at 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 <abreauj at 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: abreauj at 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 at blu.org
> http://lists.blu.org/mailman/listinfo/discuss
>


-- 
John Abreau / Executive Director, Boston Linux & Unix
Email jabr at blu.org / WWW http://www.abreau.net / PGP-Key-ID 0x920063C6
PGP-Key-Fingerprint A5AD 6BE1 FEFE 8E4F 5C23  C2D0 E885 E17C 9200 63C6


More information about the Discuss mailing list