chiark / gitweb /
fix message
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Sep 2013 00:24:19 +0000 (01:24 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Sep 2013 00:24:19 +0000 (01:24 +0100)
evade-mail-admin

index 10084009e6c2b21510d20597fc84f729836baa00..482ca91809bdf93b89aaef6e2ac66c8f24883d32 100755 (executable)
@@ -294,7 +294,7 @@ sub gendefaults_wordlist {
        + (length $worddelim) * ($numwords-1); # delimiters
     die "assuming lowest reasonable mean word length $minmaxmeanwordlen".
        " addrs would be $expectedmindomlen long but".
-       " your maximum length specified $maxdomainlen\n"
+       " maximum length is set to $maxdomainlen (use different -m?)\n"
        if $expectedmindomlen > $maxdomainlen;
 }