Adjust the improvised sauron-biff with better naming.

This commit is contained in:
Lockywolf
2020-10-10 22:59:59 +08:00
parent 9c8a366e81
commit 6a7bc30b9a

View File

@ -3402,7 +3402,7 @@ fi
# -mmin -5: consider only messages that were created / changed in the # -mmin -5: consider only messages that were created / changed in the
# the last 5 minutes # the last 5 minutes
# #
for f in `find $CHECKDIR -mmin -5 -a -type f`; do for f in `find $CHECKDIR -mmin -5 -a -type f -not -iname '.uidvalidity'`; do
subject=`$MU view $f | grep '^Subject:' | sed 's/^Subject://'` subject=`$MU view $f | grep '^Subject:' | sed 's/^Subject://'`
sauron_msg "mail: $subject" sauron_msg "mail: $subject"
done done