X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/f1e2a8d4676f834f1eb06cc9ca66a8998e03aabf..48789abfb13b0713aeb5c60e7be3961322ce6181:/bin/retrain diff --git a/bin/retrain b/bin/retrain index 784f17e..e7acbea 100755 --- a/bin/retrain +++ b/bin/retrain @@ -49,10 +49,11 @@ case "$HAM/$SPAM" in esac if [ -n "$maildir" ]; then - LOCKFILE="$maildir/.retrain.lock" + ME="${0##*/}" + LOCKFILE="$maildir/.$ME.lock" trap "rm -f $LOCKFILE" 1 2 3 4 5 6 7 8 10 11 12 13 14 15 if ! lockfile -0 -r0 -l 3600 "$LOCKFILE" 2>/dev/null; then - echo "E: another retrain process is already running over that Maildir." >&2 + echo "E: another $ME process is already running over that Maildir." >&2 exit 1 fi