X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/545fb404f086dc194d12e91eba65233db784aea5..e73f7739ac3850c2a4c2297953b9a9ac26a5b616:/bin/send-outgoing diff --git a/bin/send-outgoing b/bin/send-outgoing index 1d5f800..2aa2381 100755 --- a/bin/send-outgoing +++ b/bin/send-outgoing @@ -12,6 +12,7 @@ LOCKFILE="$OUTBOX/.$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 $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