Hi
I'd like to ask what approach people have to send encrypted mail to
multiple mailing list recipients in mailing list via a mailing list
address (say [email protected]).
Sadly, my company's policy is to not have a mailing list key and let the
mail server re-encrypt the mail. I know it sucks, but I need to send
encrypted mail to the list anyway. I'm aware of [1,2] and used the
approach in [2]:
# .gnupg/gpg.conf
group 0x12345678 = key1 key2 .. keyN
# muttrc
crypt-hook [email protected] 0x12345678
This is OK for me, apart from making up a hex key -- this is really
awkward (I literally used 0x12345678).
Are there other workarounds in use? The solution above can't be the only
one.
Apart from the gpg group thing, I would have been fine with the option
of interactively selecting the keys to encrypt to in the PGP menu,
independently from the actual recipient's address. Is this possible?
Thanks!
best,
Steve
[1] https://dev.mutt.org/trac/ticket/2873
[2] https://dev.mutt.org/trac/ticket/973