]> git.phdru.name Git - dotfiles.git/blobdiff - .muttrc
.muttrc: Fix quoting in a multiline hook
[dotfiles.git] / .muttrc
diff --git a/.muttrc b/.muttrc
index e9d46edc664fab7b8efc1a1cb97046d8c58fec26..249d81579a129957127052e7d49ede73c481b56a 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -164,9 +164,9 @@ my_hdr X-Operating-System: Debian GNU/Linux
 #       lists <list-name> [ <list-name> ... ]
 
 subscribe (python-(announce|dev|ideas)|.*-(list|sig))@python\.org \
-   core-workflow@python\.org \
-   .*@moderators\.isc\.org .*@lists\.sourceforge\.net \
+   core-workflow@python\.org .*@moderators\.isc\.org \
    (durus|quixote)-users@mems-exchange\.org pysqlite@lists\.initd\.org \
+   .*@vex.net .*@lists\.sourceforge\.net \
    .*@googlegroups\.com mlug@unixcenter\.ru
 
 #lists
@@ -240,9 +240,12 @@ fcc-hook .* =sent-mail
 # Restore defaults
 send-hook .* "\
    set envelope_from_address="phd@phdru.name"; \
+   set followup_to=yes; \
    my_hdr From: Oleg Broytman <phd@phdru.name>; \
    my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
    my_hdr X-Url: http://phdru.name/; \
+   unmy_hdr Mail-Followup-To; \
+   unmy_hdr X-Skip-DKIM-Sig; \
    set signature==signatures/phd@phdru.name"
 
 send-hook "~L '@.*\.(r|s)u$'" "\
@@ -269,7 +272,14 @@ send-hook "~L python-announce-list@python\.org" "\
    my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
    my_hdr Mail-Followup-To: Oleg Broytman <phd@phdru.name>, Python Mailing List <python-list@python.org>"
 
-send-hook ~u unmy_hdr Reply-To
+send-hook "~L cheetahtemplate-announce@lists\.sourceforge\.net" "\
+   set followup_to=no; \
+   my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
+   my_hdr Mail-Followup-To: Oleg Broytman <phd@phdru.name>, CheetahTemplate discussion <cheetahtemplate-discuss@lists.sourceforge.net>"
+
+send-hook ~u "\
+   unmy_hdr Reply-To; \
+   my_hdr X-Skip-DKIM-Sig: mailing list"
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 #