]> Untitled Git - lemmy.git/commit
Update message_id to comply with RFC 2822 (#2668)
authorKradyz <81911574+Kradyz@users.noreply.github.com>
Mon, 30 Jan 2023 16:10:51 +0000 (17:10 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 16:10:51 +0000 (11:10 -0500)
commitc416e4ce14d0f552546d712dfe98d75731b29e95
tree1f6b664ac051c21016da7f26bf8f362121067bcb
parent70c549dad8320a2bd2f46bb39521b571423bef36
Update message_id to comply with RFC 2822 (#2668)

The RFC 2822 format standard requires the message ID to be enclosed within angle brackets. If the standard is not followed, SpamAssassin deducts points from the e-mail.

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
crates/utils/src/email.rs