27/01/2003 - Matt Wilson * low and behold - a PHP version! 25/01/2003 - Matt Wilson * fixed a slight MIME boundary problem 15/01/2003 - Matt Wilson * if using the CGI module then &header should be used (makes for compatability with mod_perl) 09/01/2003 - Matt Wilson * fixed a problem with boundaries * added the GPG option "--always-trust" which should fix some people's GPG woes. * and a couple of send mail problems when HTTP headers are incomplete * and another bug with redirects, bloody thing 22/11/2002 - Matt Wilson * added ability to forward variables passed from form 18/08/2002 - Matt Wilson * updated base64_encode subroutine due to 72 character wrapping should be 76 character wrapping. * changed some other stuff including variable declaration et al. * began making script non-CGI module dependant * fixed base64 encoding problem 30/07/2002 - Matt Wilson * fixed a possible problem relating to the "-t" flag for sendmail, the script wasn't always allowed to send with this flag, only affects certain servers, and only recently! 11/07/2002 - Matt Wilson * Added ability to specify recipient within the script * Ability to format e-mails to your liking 14/05/2002 - Matt Wilson * Fixed a MASSIVE problem with URL redirection, how did no body report this to me? 18/04/2002 - Matt Wilson * Added a security check for the sender's email address * Also made the script check the recipient's email addresses for invalid ones. 29/03/2002 - Matt Wilson * Rewroe the file upload code so file uploading might work now ;) 23/03/2002 - Matt Wilson * Rewrote part of the script to fix possible problems (perl -W -T) 09/03/2002 - Matt Wilson * Slightly altered the referer checking system, made it possibly to disable or partially disable it. 08/03/2002 - Matt Wilson * Fixed a security hole meaning a user could execute commands on the web server when using a sendmail app to send the e-mails. 11/12/2001 - Matt Wilson * Updated sending to add a "To:" header 24/07/2001 - Matt Wilson * For the main text changed "\n" to "\r\n" to help windows lusers :P 20/07/2001 - Matt Wilson * Realised PGP support was broken, so re-wrote to support GPG (and it works!) * Fixed a problem with referers when calling from a secure site * Added an option to turn off "strict" SMTP 17/07/2001 - Matt Wilson * Verified, checked and repaired the PGP encryption option. 27/06/2001 - Matt Wilson * added the option to use an email app (such as /usr/lib/sendmail) to send emails where SMTP access is restricted 04/06/2001 - Matt Wilson * updated the Date: header and the sent time within the feedback e-mail to represent full e-mail format, ie Mon, Jun 4 09:52:03 2001 +0100 04/05/2001 - Matt Wilson * added 72 max line in base64 encoding * fixed a couple of bugs regarding emails recieved when no attachments are supplied 02/05/2001 - Matt Wilson * added the option to log some details about the client (Browser, IP/Host) 23/04/2001 - Matt Wilson * altered a few of the file upload features so to not include blank attachments etc * fixed a problem with some version of perl not supporting &continue; 16/03/2001 - Matt Wilson * made the script recieve the result of each individual SMTP command so to check if an error occurs * doing some more on file uploading 14/03/2001 - Matt Wilson * adding file upload support 05/03/2001 - Matt Wilson * previous changelog and docs lost :( start agin * couple of minor fixes * added multipl recipient support