From: Jonathan McDowell Date: Thu, 21 Oct 2004 14:47:44 +0000 (+0000) Subject: Add lladdend function and use in makewordlist. X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/01c34102a1d2f1aefaa1bf3c4fb95ba46c46b551?ds=inline;hp=01c34102a1d2f1aefaa1bf3c4fb95ba46c46b551 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. ---