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