aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-19 02:10:41 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-19 02:10:41 +0200
commit906d5f24374eb190f6b7a00523fb16e5e683ac81 (patch)
tree61494ece954501a11f02552a140982aed854cbd3 /TODO.org
parent9881490f8c578555aa2349f8223104aa22fc8954 (diff)
Better way to create lists.
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index a9e6b57..a8b3f0f 100644
--- a/TODO.org
+++ b/TODO.org
@@ -12,7 +12,9 @@ domains/emails to Punycode internally?
* TODO Check for cycles when creating new aliases?
(It is impossible since the authenticated user may not have full read access on the graph)
-Hopefully Postfix checks it and warns the postmaster.
+Actually Postfix checks it and warns the administrator with a
+"unreasonable virtual_alias_maps map nesting for test-loop1@fripost.org"
+in the logs. So it's fine to do a partial check here.
* TODO Write a script to check every runmode against the W3 validator.
@@ -25,3 +27,7 @@ Hopefully Postfix checks it and warns the postmaster.
* TODO Forbid `/' and `\0' to appear in the domain/user name.
* TODO How should we encode the URL for internationalized domain names? Punicode vs. unicode vs. HTML entities?
+(Right now it's HTML entities.)
+
+* TODO Forbid UTF8 in the domain part of lists? (Test if the list
+managers support it at least.)