-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add ability to forbid some list names #675
Conversation
Please get rid of the unnecessary white spaces in List.pm. Also I would like to make suggestions on the wording for messages and instructions. |
The white spaces in List.pm comes from perltidy so, if we want to pass perltidy test (I launch it in a pre-commit hook, but it’s launched in CI too), we need them. For the wording, please, go ahead, make suggestions 🙂 |
I would still prefer to kill whitespace in a separate PR. This makes reviewing more difficult IMHO. |
As you want 🙂 |
Done (PR: #677) |
b2d5ae2
to
daec179
Compare
— Add prohibited_listnames setting (comma-separated list, with ability to use a wildcard) — Add prohibited_listnames_regex setting The settings are cumulative. You can use one or the other or both. May fix sympa-community#672
Thanks to @ikedas for the correction proposal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no more comments.
Add ability to forbid some list names (#675)
to use a wildcard)
The settings are cumulative. You can use one or the other or both.
May fix #672