Version history for Perl extension CGI::ContactForm. v1.20 (Jan 12, 2004) Creation of the module CGI::ContactForm::MHonArc for interacting with a MHonArc mail archive. Use of File::Basename and File::Spec for increased portability. v1.18 (Oct 18, 2003) Improved documentation of mail server authentication. v1.17 (Oct 8, 2003) New argument: 'subject' - for setting a default subject. The file "Sender.config" added to the distribution to facilitate authentication to a mail server. v1.16 (Sep 13, 2003) Mail::Sender errors captured also with the most recent Mail::Sender versions. v1.15 (Aug 24, 2003) Referer check removed, since it made the script fail with certain browsers while its security value was limited. v1.14 (Jul 10, 2003) Handling of error messages improved. v1.13 (Jul 1, 2003) Code cleanup. v1.12 (Apr 11, 2003) References to the form data for saving memory. v1.11 (Apr 6, 2003) Markup for 'erroralert' modified for greater flexibility when editing the form template. Preparations for mod_perl. v1.10 (Apr 4, 2003) Template based customization added as an option. v1.03 (Mar 30, 2003) CGI.pm used for parsing form data. New argument: 'maxsize' - for limiting the message size. v1.02 (Feb 16, 2003) DOCTYPE declaration changed to XHTML 1.1. v1.01 (Feb 13, 2003) CSS validation error corrected. v1.0 (Feb 12, 2003) Additional arguments added that makes it possible to have the form display non-English text. Warnings enabled. v0.4 (Feb 9, 2003) Error alert message added. Also "ContactForm.css" was modified for this reason. Simple test script included in the distribution. v0.3 (Feb 7, 2003) Check of email syntax modified (hopefully now closer to RFC 822). Better structured code. v0.2 (Feb 5, 2003) Referer check in order to only accept data input from the generated form. Improved email validation. v0.1 (Feb 3, 2003) Initial release.