From: Jonathan McDowell Date: Thu, 21 Oct 2004 14:47:44 +0000 (+0000) Subject: Add lladdend function and use in makewordlist. X-Git-Tag: 0.3.1~5 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;ds=sidebyside;h=01c34102a1d2f1aefaa1bf3c4fb95ba46c46b551;hp=01c34102a1d2f1aefaa1bf3c4fb95ba46c46b551;p=onak.git Add lladdend function and use in makewordlist. Add a new function that adds an object to the end of a linked list. We make use of this in makewordlist, which means we search for keys containing words from the start of the email address first, rather than starting with the words at the end. When you're dealing with TLDs like com, net, org this makes a big difference, as you don't end up with a huge list from the first word you try. ---