From 0a76b0032d4004450bee10eded1a8bdb79042c22 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 4 Mar 2008 16:03:15 +0100 Subject: [PATCH] fix subject decoding --- procmail/defines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmail/defines b/procmail/defines index 514a690..384f13c 100644 --- a/procmail/defines +++ b/procmail/defines @@ -136,7 +136,7 @@ INCLUDERC=$PMDIR/get-msgid # mimedecode.c: * Disclaimer: We only handle charset of iso-8859-1 :0 - * SUBJECT ?? ^=\?iso-8859-1\?[QB]\?.+\?=$ + * SUBJECT ?? =\?iso-8859-1\?[QBqb]\?.+\?= { DECODED="`echo Subject: $SUBJECT | mimedecode | iconv -f latin1 -t utf-8`" :0 -- 2.39.2