chiark / gitweb /
add warning about #
[d.git] / evade-mail-admin
index 10084009e6c2b21510d20597fc84f729836baa00..fb22d3943a8e7e91e66c5e922b572927881673c2 100755 (executable)
@@ -25,6 +25,7 @@ actions
   list
   list-actions
 empty string for redirect means reject
+remember to quote comments (to protect # from your shell)
 END
 our $usage3 = <<'END';
 privileged actions
@@ -294,7 +295,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;
 }