X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/48789abfb13b0713aeb5c60e7be3961322ce6181..e1f41d0317826b0bbfcc2863f42ed4a171f2325d:/bin/retrain

diff --git a/bin/retrain b/bin/retrain
index e7acbea..315d329 100755
--- a/bin/retrain
+++ b/bin/retrain
@@ -54,6 +54,7 @@ if [ -n "$maildir" ]; then
   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 $ME process is already running over that Maildir." >&2
+    trap - 0 1 2 3 4 5 6 7 8 10 11 12 13 14 15
     exit 1
   fi