Skip to content

Commit

Permalink
Add a space so things can be newlined and exim doesn't bomb out on to…
Browse files Browse the repository at this point in the history
…o big headers
  • Loading branch information
yoe committed Feb 6, 2024
1 parent 198c0bd commit 59f3563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sreview-notify
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ sub notify_email() {
->to(join(',', @to_recips))
->subject($mt->render($subject, {title => $title}))
->cc(join(',', @cc_recips))
->header(References => join(',', @references))
->header(References => join(', ', @references))
->header("Message-ID" => "<sreview-$nonce-$refid-$action\@$host>")
->text_body($body);
say "Sending out " . $email->as_string;
Expand Down

0 comments on commit 59f3563

Please sign in to comment.