ChangeLog for SCForm - Simple Contact Form rel-1.1.3 20040623 Fixed bug in banlist checking that would cause banlist entries in CIDR notation (e.g.: 10.1.2.0/24) to sometimes do the wrong thing--either failing to catch things in the listed netblock or perhaps catching things that weren't. rel-1.1.2 20040410 Fixed coding error in scformproc.php that prevented dotted-quad (nn.nn.nn.nn) banlist entries from working. Sample form (scform.php) now includes scfconfig.php, rather than specifying things like the contacts.cfg file locally. Added "X-SCForm-Referer:" header in emailed output. (Shows how sender got to the form if it was from another page.) Note: This will require updating scfconfig.php *if* you want this new X-header. Fixed minor documentation bug in README. Added short "Updating" section. Updated copyright notices. Fixed URL for SCForm's home page in docs. rel-1.1.1 20030206 Changed behaviour of $allowedReferers configuration array. Now, if it's empty, scformproc.php will accept from any referer. This was necessary as it seems some web servers don't set the HTTP_REFERER environment variable. Note that this means SCForm now works the way the documentation always said it did. Added "Hints, Kinks and Tricks" section to README, starting off with "Figuring Out What To Put In $allowedReferers" rel-1.1.0 20021215 This release consists of documentation changes only. Added installation step that talks about possible directory browsing danger that would compromise the secrecy of "contacts" list and .htaccess file suggestions. Thanks to Scott Vickrey for the suggestion. Added note about local mail server software being required. rel-1.0.0 20021211 It's been over a week since 0.1.4 was released. There've been 140 unique downloads of SCForm-0.1.0 thru 0.1.4, with over 115 unique downloads (calculated) of 0.1.4 alone. There has been no negative feedback and one very positive review on php.resourceindex.com. The script's been in use on at least three (3) production servers I know of personally with no reported problems. I guess it's ready ;). rel-0.1.4 20021202 Changed scformproc.php to to re-direct to new page on successful submit. This prevents problem of user hitting refresh/reload on browser re-submitting form contents. This change adds scfresp.php to the distribution. rel-0.1.3 20021130 Check for IP address of proxied clients (HTTP_X_FORWARDED_FOR). Thanks to Ian H. for the suggestion in comp.lang.php and the collaboration. Added section "Remote Host and Address Tracking" to README. The files in .zip versions of the distribution now have carriage-returns in them for the convenience of our MS-Windows- using brethren. rel-0.1.2 20021130 Improved sender email address matching. Expanded installation docs in README. rel-0.1.1 20021129 Added ability to specify banned addresses in /nn CIDR notation. Thanks to Joe Jared for the suggestion and example (Perl) code. rel-0.1.0 20021129 Initial release.