From 73d80d80f98436aff9b3ce8b99089d5f909e7c63 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 12 Jul 2017 21:11:53 +0200 Subject: mrep: avoid initial space for References: This triggered qp-encoding, which is not allowed for this header. --- mcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcom') diff --git a/mcom b/mcom index 63a0894..15bba03 100755 --- a/mcom +++ b/mcom @@ -145,7 +145,7 @@ fi cat "$MBLAZE/headers" 2>/dev/null mid=$(mhdr -h message-id "$1") if [ "$mid" ]; then - printf 'References: ' + printf 'References:' { mhdr -h references "$1" printf '%s\n' "$mid" -- cgit 1.4.1