-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zed: fix sending emails #12292
zed: fix sending emails #12292
Conversation
What do you have ZED_EMAIL_* set to that you're seeing a difference? I would expect these to be by-definition-identical (not that I'm doubting that this is the fix, but it's certainly rather surprising). |
There's a snippet in the linked issue showing what happens:
The |
Another way to show the same effect of
|
Oh, right, of course, this PR is correct, yeah. I'd extend the quote all the way to |
Commit 6fc3099 broke the quoting when invoking the mail program, revert that change. Signed-off-by: Laurențiu Nicola <lnicola@dend.ro>
Ah, good point about the quotes, I removed them. |
Should I worry about the failing CI? That domain (build.zfsonlinux.org) doesn't resolve for me, but the check doesn't fail in other PRs. |
@lnicola the CI failure here was unrelated, so you don't need to do anything but thanks for asking. This should be good to go. |
Commit 6fc3099 broke the quoting when invoking the mail program, revert that change. Signed-off-by: Laurențiu Nicola <lnicola@dend.ro> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Motivation and Context
Fixes #12291
Commit 6fc3099 broke the quoting when invoking the mail program, revert part of that change
Description
I reverted that line to the old version. There might be a way to do the same thing without
eval
, though.How Has This Been Tested?
I tested that notifications work again on my NAS.
Types of changes
Checklist:
Signed-off-by
.