mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Merge pull request #27 from simple-login/staging
Fix postfix-python bouncing problem
This commit is contained in:
commit
cdd69b381e
2 changed files with 6 additions and 3 deletions
|
@ -8,6 +8,9 @@
|
|||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
}
|
||||
.btn-group-border-left{
|
||||
border-left: 1px #fbfbfb4f solid;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
|
@ -41,10 +44,10 @@
|
|||
class="btn btn-success"><i class="fa fa-random"></i> Random Alias
|
||||
</button>
|
||||
</form>
|
||||
<button id="btnGroupDrop1" type="button" class="btn btn-success dropdown-toggle"
|
||||
<button id="btnGroupDrop1" type="button" class="btn btn-success dropdown-toggle btn-group-border-left"
|
||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="btnGroupDrop1">
|
||||
<div class="dropdown-menu dropdown-menu-right border-left" aria-labelledby="btnGroupDrop1">
|
||||
<div class="">
|
||||
<form method="post">
|
||||
<input type="hidden" name="form-name" value="create-random-email">
|
||||
|
|
|
@ -268,7 +268,7 @@ class MailHandler:
|
|||
"",
|
||||
)
|
||||
|
||||
return "450 ignored"
|
||||
return "550 ignored"
|
||||
|
||||
delete_header(msg, "DKIM-Signature")
|
||||
|
||||
|
|
Loading…
Reference in a new issue