This commit is contained in:
@ -99,7 +99,7 @@ fn main() {
|
||||
|
||||
if args.message_id {
|
||||
builder = builder.header(MessageId::from(format!(
|
||||
"{}@{}",
|
||||
"<{}@{}>",
|
||||
uuid::Uuid::new_v4().to_string(),
|
||||
args.from_mail.rsplit_once('@').unwrap().1
|
||||
)));
|
||||
|
Reference in New Issue
Block a user