Skip to content

Commit

Permalink
don't allow catch-all addresses in the admin because they take preced…
Browse files Browse the repository at this point in the history
…ence over mail users and that's counter-intuitive

For now use the command-line tools/mail.py if you need it.

see #200

Revert "Changed incomming-email-input to type text"

This reverts commit 9631fab.
  • Loading branch information
JoshData committed Sep 24, 2014
1 parent ed8fb2d commit 5a89f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions management/templates/aliases.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3>Add a mail alias</h3>
<div class="form-group">
<label for="addaliasEmail" class="col-sm-2 control-label">Email Address</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="addaliasEmail" placeholder="Incoming Email Address">
<input type="email" class="form-control" id="addaliasEmail" placeholder="Incoming Email Address">
</div>
</div>
<div class="form-group">
Expand Down Expand Up @@ -156,4 +156,4 @@ <h3>Existing mail aliases</h3>
});
});
}
</script>
</script>

0 comments on commit 5a89f3c

Please sign in to comment.