diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/post | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/post b/scripts/post index 570fc208f..24184664b 100755 --- a/scripts/post +++ b/scripts/post @@ -71,6 +71,7 @@ try: or err_msg == mm_err.FORBIDDEN_SENDER_MSG): # Do not send hold-for-approval notices for moderated messages # or potential spam. + current_list.Unlock() sys.exit(0) the_sender = msg.GetSender() @@ -100,7 +101,4 @@ notification of the moderator's decison. # Let another process run. finally: current_list.Unlock() - - - |
