-- sendmail+mysql-0.13.patch More Seg faults fixed plus added more verbose logging into syslog if compiled with -DMYSQL_VERBOSE -- sendmail+mysql-0.13b.patch Cleaned up more code and merged everything into mysql_sendmail.c and mysql_sendmail.h, plus moved the map lookup ito map.c with the rest of them. Fixed more Seg faults -- sendmail+mysql-0.13a.patch Incorporated the config file routine istead of compiling all info like username, passwd, database name and table names into the binary Fixed more Segmenattion faults. -- sendmail+mysql-0.12b.patch Cleaned up some code and merged allmost all header files into mysql_sendmail.h -- sendmail+mysql-0.12a.patch Added support for MySQL Map lookup to be used with sendmail.cf rulesets Fixed more Segmenattion faults -- sendmail+mysql-0.11a.patch Incorporated alias support through mysql database if not found in /etc/aliases Fixed a couple of Segmenattion faults like when you leave gecos and shell fields NULL. -- sendmail+mysql-0.1a.patch First release Incorporated user lookup in MySQL if not found in /etc/passwd files: mysql_get_pwd.c -- password lookup routine into MySQL database