Skip to content

Properly gather verbatim mailinglist addresses

Sébastiaan Versteeg requested to merge hotfix/verbatim-mailaddress into master

Previously the output of this function was a mixed list of strings and VerbatimAddress objects. It worked because those had a str, but in the new API they must be literal strings.

Merge request reports