Skip to content

Instantly share code, notes, and snippets.

@waffle2k
Created March 27, 2013 23:42
Show Gist options
  • Save waffle2k/5259193 to your computer and use it in GitHub Desktop.
Save waffle2k/5259193 to your computer and use it in GitHub Desktop.
Example mutt hooks for good mailing list etiquette
send-hook '~t [email protected]' my_hdr From: Peter Blair <pblair@***.com>
send-hook '~t [email protected]' my_hdr Reply-To: [email protected]
send-hook '~t [email protected]' my_hdr Fcc: ""
send-hook '~c [email protected]' my_hdr From: Peter Blair <pblair@***.com>
send-hook '~c [email protected]' my_hdr Reply-To: [email protected]
send-hook '~c [email protected]' my_hdr Fcc: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment