<<< Date Index >>>     <<< Thread Index >>>

Re: How to not sign messages to mailing lists



Odhiambo Washington wrote:
> I have told mutt the mailing lists that I post to using
>
> unlists *      # remove old entries first
> lists `cd ~/Mail/Lists && echo *`
>
> Now I would like to tell mutt not to sign (digitally) any mail
> sent to these lists. I use s/mime.

I think something like this will do the trick (assuming you want to
automatically sign all non-list messages).

    send-hook .  'set crypt_autosign=yes'
    send-hook ~l 'set crypt_autosign=no'

Since you have all your lists in a folder, you could also use a
folder-hook, though then if you send mail to a non-list recipient
while you're in the Lists folder, it won't be signed by default.

    folder-hook .     'set crypt_autosign=yes'
    folder-hook Lists 'set crypt_autosign=no'

Hopefully, that ought to at least get you started.

-- 
Todd        OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
======================================================================
If everything seems to be going well, you have obviously overlooked
something.

Attachment: pgpgYbYcdoAd0.pgp
Description: PGP signature