-
Notifications
You must be signed in to change notification settings - Fork 99
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
Sceneri title changes #365
base: main
Are you sure you want to change the base?
Conversation
get rid of confusing send.editorkeyonlyauth which didn't do anything create send.editorkeyauth type clarify text
send.publickey is weird, it does a request_auth for all smtp, but the user authenticating wouldn't need to be a subscriber/editor/owner/ listmaster, so would just need an account on the server? OR have DKIM This doesn't seem that useful, but if it is it should probably be named send.publicauthdkim or something
Why don't you have #179 into account? In my institution we ended by renaming scenari files with numeral prefixes. For example, the add menu now shows these scenarios in this order:
But if you rename the scenari files from public to restricted you will get something like:
This makes life easier for users to select the correct scenario since now they know the scenarios proposed in the drop-down menus have a logical order. And furthermore, an exercise like this will allow you to identify scenarios that are useless or are equal (for example, Best regards, |
Here is a collection of scenari related stuff, mostly title.gettext changes to make things more consistent. There are a couple changes that could be considered related to #362 where an authenticated version of a type didn't exist. In those cases the patch adds one, but maybe it would be better to add the authentication to the existing non-auth version?
Feel free to just cherry pick whatever makes sense and also let me know if you'd prefer that I break things up into multiple PRs.