mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Lowercase the addresses before gossip peerstate update
Normally it happens in addr_cmp function, but update_gossip_peerstates forms a HashSet of addresses, so they should be lowercased beforehand. Also adjust the mail_with_cc.txt to test for non-lowercase addresses.
This commit is contained in:
@@ -9,6 +9,6 @@ message-id: <2dfdbde7@example.org>
|
||||
Date: Sat, 14 Sep 2019 19:00:13 +0200
|
||||
From: lmn <x@tux.org>
|
||||
To: abc <abc@bcd.com>
|
||||
CC: def <def@def.de>
|
||||
CC: def <Def@def.de>
|
||||
|
||||
hi
|
||||
|
||||
Reference in New Issue
Block a user