mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
Do not allow peerstate reset if DKIM check failed
The problem was that a message without Autocrypt key or with a wrong signature resets peerstate regardless of what DKIM check says. I inserted sleep(1.1) to make sure reset always happens and make the bug reproducible, then fixed it by forbidding reset if DKIM check fails. https://github.com/deltachat/deltachat-core-rust/pull/3731
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
### Fixes
|
||||
- `dc_search_msgs()` returns unaccepted requests #3694
|
||||
- emit "contacts changed" event when the contact is no longer "seen recently" #3703
|
||||
- do not allow peerstate reset if DKIM check failed #3731
|
||||
|
||||
|
||||
## 1.98.0
|
||||
|
||||
Reference in New Issue
Block a user