Skip to content
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

Remove option to set email sender name in pwstatus #301

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

mcbirse
Copy link
Collaborator

@mcbirse mcbirse commented Jun 12, 2023

Removed the option to set the e-mail sender name in the pwstatus script and config for better compatibility.

I noticed an issue when setting up a new test system, where the "-F" option of "mail" was no longer accepted to set the name of the e-mail sender (possibly due to a new version of postfix or mailx?).

I guess setting the FROM name of the sender probably should be left up to the user and their MUA/MTA/system setup instead.

The "mail" command used in the script is now generic and in the form of mail -s "subject" [recipient-email-address] only, which should be more generally accepted.

@jasonacox jasonacox merged commit 51a3607 into jasonacox:main Jun 13, 2023
@jasonacox
Copy link
Owner

Great fix! Thanks @mcbirse ! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants