From: martin f. krafft Date: Mon, 14 Jun 2010 09:54:26 +0000 (+0200) Subject: only check recipients, not sender for sentinels X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/e4a02e59d4f17728f0c6ddff5f18d47823b51946 only check recipients, not sender for sentinels --- diff --git a/.mutt/hooks b/.mutt/hooks index 6f1a5d4..1adb090 100644 --- a/.mutt/hooks +++ b/.mutt/hooks @@ -1,10 +1,10 @@ save-hook . =store send2-hook . 'reset sendmail' -send2-hook '~L notyet' "set sendmail='~/.mutt/error 1 I will not send this draft yet!'" +send2-hook '~C notyet' "set sendmail='~/.mutt/error 1 I will not send this draft yet!'" # this next works in combination with $use_domain to ensure I don't send # without expanding aliases: -send2-hook '~L @$hostname' "set sendmail='~/.mutt/error 1 Check your recipients!'" +send2-hook '~C @$hostname' "set sendmail='~/.mutt/error 1 Check your recipients!'" send2-hook '~C @packages\.qa\.debian\.org' 'my_hdr X-PTS-Approved: please'