Bugs, features that may be added:
- Currently "." permitted as a HASHABLE_CH. It may be desirable to
  convert all "."s to ":"s, to avoid any filename issues. For this
  reason, the not_hashable function checks that the first character
  is not ".", since otherwise these files would be hidden or clash
  with existing files.
- Could check user@domain more meaningfully, such that @domain conforms
  to alphanumeric plus dot plus dash (the standard).
- No real consistent exit code strategy at present.

Versions:
 - 0.11:Replaces 0.1; various stupid errors fixed:
	 - Changed from 0.x to 0.xx version numbers, this seems far more
	   sensible, I expect there will be various incremental changes,
	   and I don't want to reach version 1 too soon (before the
	   package matures).
	 - Absolute path to maildirmake removed in addhashmaildir, which
	   means that the PATH will have to include the qmail bin directory.
	   Also added a check that the argument is a user (not an alias),
	   which is perhaps overdoing it.
	 - Negative exit codes replaced with positive ones - Solaris 8
	   was unhappy with these (for ishashuser, also called
	   by listhashaliases). Being paranoid, I also made similar
	   changes to admin_core.c, but I think they're completely
	   unnecessary. Anyway, a number of system functions called in
	   that module return negative values... I think Solaris 8's
	   fussiness is to do with Bourne scripts rather than C. Odd. Or
	   maybe I was just having a bad day.
	 - export USER added in hashop - again this was failing in
	   Solaris 8 - I guess Linux is more forgiving.
	 - "cp -f" lines replaced with "cp -fp" in the Makefile; otherwise
	   the ownership of the executables is wrong, so that when logged
	   in as the hash user, the binaries and scripts are not
	   available (er, whoops).
	 - admin_core "Ownership..." error-message improved.
	 - Some changes in the text files. Some instructions were confusing,
	   and maybe some still are...
 - 0.1:	Replaces the earlier version, but in fact the only things that have
	changed are:
	 - the Makefile - this was setting SetUID, so I've removed that to
	   avoid the issue described above
	 - the text files - to explain how to configure this package to work
	   around the SetUID issue (i.e. run everything as hashuser, or get
	   checkpassword to do the change of UID if necessary).
  - "qmail-hashing21Aug00": Initial public release. This included setting
	the SetUID bit on chhashdir, which I later realised meant that if
	the machine were to be compromised, arbitrary programs could be
	executed as the hashuser. Not necessarily a major hole, but I don't
	like it, so along came 0.1, and this earlier version is withdrawn.
