expand the tests, and provide more targets for running tests...
make addinfo.sh better when updating the database.
have addinfo.sh use the newly created minimizer and verification
functions in snapaid.sh... update snapaid.sh to allow sourcing
so these functions can be reused...
Implement quoted-printable decoding, so that was can parse emails
encoded...
The above was needed to support verification of signatures when the
email is signed w/ a detached signature... The signature is over
the quoted-printable email, but to get the hashes, needed to be
decoded...
Improve the hash detection to use a full regular expression to prevent
SHA512 at the begining of text from being parsed..
fix mispelling of bciroot...
print warning if a rev is invalid, so it can be detected sooner..