We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We received a message with four attachments of at least 16MB in total which got stuck and prevented other mails to be delivered:
PHP Fatal error: DB ERROR (db_insert_data): 1153: Got a packet bigger than 'max_allowed_packet' bytes, QUERY: INSERT INTO `ko_mailing_mails` (`body`, `header`, `size`, `status`, `crdate`, `code`, `subject`, `from`, `user_id`, `sender_email`, `recipient`, `modify_rcpts`, `rectype`, `crm_project_ids`) VALUES (....
This issue has to be investigated. OpenKool should deny mails with too large attachments instead of letting them cause a denial of service.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We received a message with four attachments of at least 16MB in total which got stuck and prevented other mails to be delivered:
This issue has to be investigated. OpenKool should deny mails with too large attachments instead of letting them cause a denial of service.
The text was updated successfully, but these errors were encountered: