Change Log 12/14/1999 0.9 - first release 12/30/1999 1.0 - added support for procmail as your defaust mail delivery agent. Previously, you had to invoke it through a .forward file. (Thanks, Bjoern Frantzen ) You can now give it multiple e-mail addresses to listen for, and send the same responce. (i.e. mail from ben@sandwich or benhart@uclink4.berkeley.edu or ben-aargh@adphi.loyalty.org will all get the same responce) It now looks at /etc/passwd for the default home directory instead of using /home/$USER. As a last resort, if it can't find /etc/passwd, it will ask the user. 05/27/2000 1.1 - Removed calls to /etc/passwd. Replaced them with calls to perl's builtin "getpwnam" to get the password entry by name. Made the user name resolution more robust by adding yet another failsafe, $USER = getlogin || getpwuid($<) Added the Linux Software Map (lsm) entry