From 1aa4977f711fe1590799c9e13c16259b43605c42 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 6 Feb 2019 17:32:13 +0100 Subject: mcom: decode address for Reply-To: and To: header mmime will recode again if required. --- mcom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcom') diff --git a/mcom b/mcom index f86edea..c42a19f 100755 --- a/mcom +++ b/mcom @@ -327,8 +327,8 @@ fi if [ "$ng" ]; then printf 'Newsgroups: %s\n' "$ng" else - to=$(mhdr -h reply-to "$1") - [ -z "$to" ] && to=$(mhdr -h from "$1") + to=$(mhdr -d -h reply-to "$1") + [ -z "$to" ] && to=$(mhdr -d -h from "$1") printf 'To: %s\n' "$to" printf 'Cc: %s\n' \ "$(mhdr -d -A -h to:cc: "$1" | -- cgit 1.4.1