aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-29 18:18:48 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-29 18:18:48 +0200
commit1eb7912a55921242a379fec76d6b93273ac3260e (patch)
tree26c532e38cde99b34408e2a4146819390e9108d7 /TODO.org
parentf6ffcfd73fc0d0dd731c321efab9a408a176c801 (diff)
W3C validation script.
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org13
1 files changed, 8 insertions, 5 deletions
diff --git a/TODO.org b/TODO.org
index c8600ce..f040a8c 100644
--- a/TODO.org
+++ b/TODO.org
@@ -10,13 +10,16 @@ domains/emails to Punycode internally?
- When adding a new list 'test', check for existing alias/mailbox/list 'test', 'test-request',...
- (Lists of the form 'test-request' are forbidden);
-* TODO Check for cycles when creating new aliases?
-(It is impossible since the authenticated user may not have full read access on the graph)
-Actually Postfix checks it and warns the administrator with a
+* CANCELED Check for cycles when creating new aliases?
+CLOSED: [2012-09-29 Thu 16:12]
+- CLOSING NOTE [2012-09-29 Thu 16:12] \\
+1/ It is impossible to do it properly since the authenticated user may not have full read access on the graph.
+2/ Cycles may also be created by catch-alls or mailbox forwarding, or even externally with another server.
+3/ Postfix 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.
+in the logs if there's a loop in the alias resolution.
-* TODO Write a script to check every runmode against the W3 validator.
+* DONE Write a script to check every runmode against the W3 validator.
(Cf. cgiapp_postrun);
* DONE Use FastCGI. References