From 01d4600a450768ac582e05552b7a7f370b99ccba Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 15 Jun 2010 15:59:07 +0200 Subject: [PATCH 1/1] remove override header after attachment check --- .mutt/sendmail-checks.d/check-attachments | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mutt/sendmail-checks.d/check-attachments b/.mutt/sendmail-checks.d/check-attachments index 1972a19..69273b7 100755 --- a/.mutt/sendmail-checks.d/check-attachments +++ b/.mutt/sendmail-checks.d/check-attachments @@ -33,3 +33,5 @@ if ! grep -q "^${OVERRIDE_HEADER}:" "$1" \ exit 1 fi fi + +sed -i -e "/^${OVERRIDE_HEADER}:/d" "$1" -- 2.39.2