X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/5950d5c4e05d47338e97a80dfa0909bf9c870ee5..f1e2a8d4676f834f1eb06cc9ca66a8998e03aabf:/bin/resubmit 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