Re-disable DKIM-checks (#4076)

This commit is contained in:
Hocuri
2023-02-22 16:03:20 +01:00
committed by GitHub
parent adb5bc77c4
commit 7c099c19c8
4 changed files with 14 additions and 8 deletions

View File

@@ -10,6 +10,7 @@
- Use transaction in `update_blocked_mailinglist_contacts`. #4058
- Remove `Sql.get_conn()` interface in favor of `.call()` and `.transaction()`. #4055
- Updated provider database.
- Disable DKIM-Checks again #4076
### Fixes
- Start SQL transactions with IMMEDIATE behaviour rather than default DEFERRED one. #4063