OptInMail v1.2 Release Notes
- Configurable subject line for the newsletter.
- All scripts now run properly under Perl syntax-checking and "strictness" checks. This ensures that the code is much more robust and helps track down errors in the code for us.
- More robust error handling.
- Proper file locking for systems that provide a
functional "flock()" system call. This problem did not manifest itself in early tests, but on some installations this had become an issue due to the volume of concurrent connections and incoming e-mails that systems were handling.
- Improved ability to determine if the scripts are running in "batch mode" rather than in "interactive CGI mode".
- Various bugfixes in the naming of open file/directory handles so as to not conflict with any other handles
that may be open.
- More audit trail logging done in case of any errors
that occur. This makes it easier for someone needing to track down where the script died.
Back to Main Page
|