Re: GPG Signing based on recipient

2007-08-21 Thread Alain Bench
Hello Mark, On Monday, August 13, 2007 at 16:19:18 +0100, Mark Sansome wrote: > # Default gpg signature for majority of mail > set pgp_sign_as=1234567891234567 This will be used only when no send-hook has been triggered yet. To reset your identity to its default, you additionally need a def

Re: GPG Signing based on recipient

2007-08-17 Thread Michelle Konzack
Hi Kyle, Am 2007-08-13 09:58:37, schrieb Kyle Wheeler: > What you need to do is separate them into different send-hooks, like > so: > > send-hook '~C [EMAIL PROTECTED]' 'my_hdr From: Test Account <[EMAIL > PROTECTED]>' > send-hook '~C [EMAIL PROTECTED]' 'set pgp_sign_as=98765432198765432' > >

Re: GPG Signing based on recipient

2007-08-14 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, August 14 at 12:40 AM, quoth Stefano Sabatini: >> Unfortunately, you can't have a single send-hook execute multiple >> commands. > > Why not? Alright, I misspoke. You can't have a single send-hook execute multiple *strings*. The send-hoo

Re: GPG Signing based on recipient

2007-08-13 Thread Stefano Sabatini
On date Monday 2007-08-13 09:58:37 -0600, Kyle Wheeler muttered: > On Monday, August 13 at 04:19 PM, quoth Mark Sansome: > >I would like to sign each mail with a gpg key appropriate to that > >identity. I have tried the following send-hook, but perhaps my > >understanding of the syntax of hooks i

Re: GPG Signing based on recipient

2007-08-13 Thread Mark Sansome
On Mon, Aug 13, 2007 at 09:58:37AM -0600, Kyle Wheeler wrote: > > What you need to do is separate them into different send-hooks, like > so: > > send-hook '~C [EMAIL PROTECTED]' 'my_hdr From: Test Account <[EMAIL > PROTECTED]>' > send-hook '~C [EMAIL PROTECTED]' 'set pgp_sign_as=987654321987654

Re: GPG Signing based on recipient

2007-08-13 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, August 13 at 04:19 PM, quoth Mark Sansome: >I would like to sign each mail with a gpg key appropriate to that >identity. I have tried the following send-hook, but perhaps my >understanding of the syntax of hooks is incorrect. Anyway it doe

GPG Signing based on recipient

2007-08-13 Thread Mark Sansome
Hello all, I have a number of different identities (bit schizophrenic really..) i.e. Home / Work / Mailing List etc. I would like to sign each mail with a gpg key appropriate to that identity. I have tried the following send-hook, but perhaps my understanding of the syntax of hooks is incorrec