|
| | Subject: | Re: Kmail/gnupg fails to encrypt on F8 | | Group: | Gnupg-users | | From: | Anonymous Sender | | Date: | 14 Feb 2008 |
> Is there a way to "force" users to encrypt to a corporate key, in
> addition to the receipient's key?
Use a wrapper around 'gpg' which adds '-r corporate_key' to the
user-supplied options (only when encrpypting, obviously) and then
exec()'s the original 'gpg' with the modified options.
_______________________________________________
Gnupg-users mailing list
Gnupg-users
http://lists.gnupg.org/mailman/listinfo/gnupg-users
|