On Sun, Jul 17, 2005 at 01:58:43AM +0200, Peter Palfrader wrote: > tags 318469 - patch > thanks for all the fish > > When reciving a lot of email generated by caff, I tried to rig up my > > procmail to just save all of the attachments for later decryption and > > import. I ran into one bit of trouble in that the attachment is named > > only based on the recipient, and not the signer as well. > > > > Here's a patch [...] > where? :) Hmm, lets try that again. caff.signed-by.patch is attached.
-- Robin Hugh Johnson E-Mail : [EMAIL PROTECTED] Home Page : http://www.orbis-terrarum.net/?l=people.robbat2 ICQ# : 30269588 or 41961639 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85
Index: pgp-tools/caff/caff =================================================================== --- pgp-tools/caff/caff (revision 128) +++ pgp-tools/caff/caff (working copy) @@ -569,9 +569,9 @@ Type => "application/pgp-keys", Disposition => 'attachment', Encoding => "7bit", - Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).')', + Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).'), signed by '.$CONFIG{'email'}, Data => $key->{'key'}, - Filename => "0x$key_id.".$key->{'serial'}.".asc"); + Filename => "0x$key_id.".$key->{'serial'}.".signed-by-".$CONFIG{'email'}.".asc"); }; if ($can_encrypt) {
pgpYy0Y2Wotp2.pgp
Description: PGP signature