commit | 9d805b9c94fb9971c302cf504480e47a58874c10 | [log] [tgz] |
---|---|---|
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Fri Sep 27 10:03:04 2024 -0400 |
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Fri Sep 27 10:03:04 2024 -0400 |
tree | 76123d610284e935244904d15b227b570325843f | |
parent | d878b97c892614fe38d343b94eea42cb07e95f43 [diff] |
Don't use getaddresses for parsing References Because references are separated by whitespace and not by commas, we cannot treat them the same as address fields. For this reason, use regex parsing to get the list of message-ids. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>