https://bugs.exim.org/show_bug.cgi?id=2066
--- Comment #13 from Ros <[email protected]> --- I'm not quite sure whether exactly this query is a cause, but after enabling such condition in router condition = ${if >{$acl_m_mask}{1} {${lookup mysql{servers=10.10.10.10/Spam/spamuser/; INSERT INTO SpamAPI.reputation_domain SET hdomain=unhex(md5('${quote_mysql:$sender_address_domain}')),\ domain='${quote_mysql:$sender_address_domain}', spam=1, wl=1 ON DUPLICATE KEY UPDATE spam=spam+1, wl=wl+1}}}\ {${lookup mysql{servers=10.10.10.203/SpamAPI/mpop/; INSERT INTO SpamAPI.reputation_domain SET hdomain=unhex(md5('${quote_mysql:$sender_address_domain}')),\ domain='${quote_mysql:$sender_address_domain}', inbox=1, wl=1 ON DUPLICATE KEY UPDATE inbox=inbox+1, wl=wl+1}}}} I've got 5 "disappeared" messages on 4.87 and no one on 4.89. So, I'll upgrade all exim instances to 4.89. -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
