Habetdin
Habetdin
Add support of setting mysqli_options by changing mysqli_connect to mysqli_real_connect Setting the MYSQLI_OPT_INT_AND_FLOAT_NATIVE as example in default options.
Adding the .gitignore and applying it (removing unnecessary files) reduces size of shallow clone from ~767 MiB to ~97 MiB. You can apply the .gitignore changes by yourself using [appropriate...
## Contribution Guidelines * [x] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree them ## What does this PR include? ### Short Description Implements #6073 ## Did you run tests?...
### Summary Currently the Quarantine stores messages based on a fixed set of taken actions: https://github.com/mailcow/mailcow-dockerized/blob/37beed6ad93f259b97cad41877982bce95295629/data/conf/rspamd/local.d/metadata_exporter.conf#L56-L58 However, for any action other than 'reject' an extra copy of the quarantined message...