X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=doc%2FTODO;h=0e57166232841ba452664fb9fba26b3ad63f0144;hp=663f403ea32464aab7fc17bba39799132e523a04;hb=f75845314598408bce3a1b972f2ba274d93d0e8d;hpb=bf367c0d7450fbe148a0a22681384954978bde21 diff --git a/doc/TODO b/doc/TODO index 663f403..0e57166 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,2 +1,5 @@ -1. The --exclude-mx option doesn't work! - +1. Use the type system to prevent all the bugs that arise from + (de)normalization of domain names. We should use newtype wrappers + around string domain names that we can only create by using a + normalize_foo constructor. That way we can make sure that we never + do a comparison on a denormalized name.