Thank you for reporting the issue and providing the patch. The patch seems to work well (some tests using other settings is required). clearDBConPrivat needs to release alls tempDB's for all workers, I simply forgot to delete the code line return if $WorkerNumber == 10001; The next release will include the fixes for this issue! Thomas
HMMusesBDB=1 with useDB4IntCache disabled skips BerkeleyDB initialization — confirmed on 2.8.2(26253)
version 2.8.2 build (26253)
2026-05-13 fixed in assp 2.8.2 SPAM-Eliminator build 26133 change.log .... ticket#161 - fixed+closed "We are currently running ASSP 2.8.2 (build 26034) and have experienced email delivery failures with a "451 Connection timeout" error. After investigation, we traced the problem to messages containing extremely long lines. In particular, these emails include a base64-encoded image of approximately 34k characters contained within a single line." The maximum allowed line length of the SMTP protocol...
ASSP drops connection to MTA
https://www.rfc-editor.org/info/rfc5322/#section-2.1.1 https://www.rfc-editor.org/info/rfc5321/#section-4.5.3.1.6 The latest development version 2.8.2 26204 acts smarter on very long lines. How ever, 998 octets + CRLF is the length limit of a single line. Change your CRM to act according to the SMTP RFC's and every thing will work like expected. Thomas
version 2.8.2 build (26133)
Just register all possible email addresses (used by your mobile as sender) in 'EmailResendRequester'. Thomas