From 20ed176efc99132a724682c2b29e16756fe40c38 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 23 Sep 2007 23:08:48 +0200 Subject: [PATCH 1/1] eval formail variable --- bin/resubmit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/resubmit b/bin/resubmit index 2e4896d..17888f9 100755 --- a/bin/resubmit +++ b/bin/resubmit @@ -5,7 +5,7 @@ PROCMAIL=$HOME/.etc/mailfilter/procmail/procmailrc FORMAIL="/usr/bin/formail -I'X-Resubmitted: $(date -R)'" if [ -z "${1:-}" ]; then - $FORMAIL | exec $PROCMAIL + eval $FORMAIL | exec $PROCMAIL else if [ ! -f "$1" ]; then echo "E: no such file: $1" >&2 -- 2.39.2