From f1e2a8d4676f834f1eb06cc9ca66a8998e03aabf Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 14 Mar 2008 09:48:39 +0100 Subject: [PATCH 1/1] fix resubmit script argument processing --- bin/resubmit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/resubmit b/bin/resubmit index 6bf8819..c51244b 100755 --- a/bin/resubmit +++ b/bin/resubmit @@ -49,7 +49,7 @@ PROCMAIL=$HOME/.etc/mailfilter/procmail/procmailrc # execute the date -R only during the eval, not immediately FILTER='/usr/bin/formail -I"X-Resubmitted: $(date -R)"' -if [ -z "${1:-}" ] && [ $list -eq 0 ]; then +if [ -z "${files:-}" ] && [ $list -eq 0 ]; then eval $FILTER | exec $PROCMAIL else for f in $files; do -- 2.39.2