From 5a89f3c6338fbcf91d2d13a62ac9a7c653698478 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 24 Sep 2014 12:36:47 +0000 Subject: [PATCH] don't allow catch-all addresses in the admin because they take precedence 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 9631fab7b2adb8e640336868db90722ba4f2dac4. --- management/templates/aliases.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/templates/aliases.html b/management/templates/aliases.html index eba1ad4a..571909fe 100644 --- a/management/templates/aliases.html +++ b/management/templates/aliases.html @@ -13,7 +13,7 @@
- +
@@ -156,4 +156,4 @@ function aliases_remove(elem) { }); }); } - + \ No newline at end of file