Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mutalyzer2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mutalyzer
mutalyzer2
Commits
3189f836
Commit
3189f836
authored
9 years ago
by
Jeroen F.J. Laros
Browse files
Options
Downloads
Patches
Plain Diff
Subcommand consistent naming.
parent
5cb366f7
Branches
mail_blacklist
No related tags found
1 merge request
!117
Implemented email blacklist.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mutalyzer/entrypoints/admin.py
+1
-1
1 addition, 1 deletion
mutalyzer/entrypoints/admin.py
with
1 addition
and
1 deletion
mutalyzer/entrypoints/admin.py
+
1
−
1
View file @
3189f836
...
...
@@ -421,7 +421,7 @@ def main():
# Subparsers for 'email_blackist'.
s
=
subparsers
.
add_parser
(
'
email
_
blackist
'
,
help
=
'
manage e-mail blacklist
'
,
'
email
-
blackist
'
,
help
=
'
manage e-mail blacklist
'
,
description
=
'
Manage blacklisted e-mails.
'
,
epilog
=
'
Blacklisting will notify the user that an e-mail address is
'
'
invalid. Using an invalid e-mail address causes mail delivery
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment