Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the copy-the-code domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121
Exim: Spool file for MSG_ID is locked (another process is handling this message) - PC✗3
Exim: Spool file for MSG_ID is locked (another process is handling this message)

Exim: Spool file for MSG_ID is locked (another process is handling this message)

When removing spam messages from queue:

Spool file for 1uWOef-00000007Jma-3Nlj is locked (another process is handling this message)
Message 1uWOef-00000007Jma-3Nlj is locked

2025 07 01 10 50 - Exim: Spool file for MSG_ID is locked (another process is handling this message)

To remove the message:

Enter the exim directory:

cd /var/spool/exim/input

Find the message ID:

find . -name '*1uWOef-00000007Jma-3Nlj*'

example output:

[root@open input]# find . -name '*1uWOef-00000007Jma-3Nlj*'
./f/1uWOef-00000007Jma-3Nlj-H
./f/1uWOef-00000007Jma-3Nlj-D

and simply delete the messages:

rm -rf ./f/1uWOef-00000007Jma-3Nlj-H ./f/1uWOef-00000007Jma-3Nlj-D

that’s it, its no longer in queue:

exim -bp | grep 1uWOef-00000007Jma-3Nlj
whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.