------------------------------------------------------------------------------- Changes in version 2.0 - Changed the filenames of response record files so they sort by time in a directory listing. This may cause extra responses after upgrading. - Added support for putting the original sender (%s) and recipient (%r) in the response message. - Added support for single file config mode, including the response. - Fixed handling of MySQL default timestamp value. ------------------------------------------------------------------------------- Changes in version 1.0 - Added options to control the start and end time for autoresponders. - Added errors for invalid configuration options. ------------------------------------------------------------------------------- Changes in version 0.98 - Manually invoke qmail-inject and qmail-queue separately in order to fully control the envelope and capture the qmail PID. - Added a "bcc" option to allow for copying autoresponses to an address other than the sender. - Add an optional separator before the copied message. - Add a newline after the response message and after the copied header, to make sure there is at least one blank line between them. - The MySQL autoresponder now supports an optional table name prefix to better interoperate with other applications using the same database. - Added support for a log file or table that is not pruned. - Updated for bglibs v2. Development of this version has been sponsored by FutureQuest, Inc. ossi@FutureQuest.net http://www.FutureQuest.net/ ------------------------------------------------------------------------------- Changes in version 0.97 - Completely rewrote header handling, improving its handling of headers split across multiple lines among other things. - Added support for omitting parts of the copied headers. - Internal MIME headers are now stripped from multipart messages. - Added support for limiting the number of lines copied from the original message body. - Added support for setting autoresponder options through files. - Added an option to control the generation of the In-Reply-To: header. Development of this version has been sponsored by FutureQuest, Inc. ossi@FutureQuest.net http://www.FutureQuest.net/ ------------------------------------------------------------------------------- Changes in version 0.96.2 - Fixed up the multi-line strings that no longer compile with recent compilers. Development of this version has been sponsored by FutureQuest, Inc. ossi@FutureQuest.net http://www.FutureQuest.net/ ------------------------------------------------------------------------------- Changes in version 0.96.1 - Added missing MySQL schema to package. - Switched to new bglibs (1.006) library usage. Development of this version has been sponsored by FutureQuest, Inc. ossi@FutureQuest.net http://www.FutureQuest.net/ ------------------------------------------------------------------------------- Changes in version 0.96 - Added code to use MySQL instead of files for all the autoresponse data. - Removed the option to omit the "To:" header, to allow for copying the response to extra addresses by adding BCCs to the message. - Switched to using external bglibs. - Removed adding the Delivered-To: line to outgoing messages. Development of this version has been sponsored by FutureQuest, Inc. ossi@FutureQuest.net http://www.FutureQuest.net/ ------------------------------------------------------------------------------- Changes in version 0.95 - Made the "MESSAGE-FILE" parameter optional, defaulting to "message.txt" in the autoresponder directory. - Added a patch from Erik Sjoelund to insert the original message's message-ID into a new In-Reply-To header field. - Ignore messages containing the header fields listed in RFC 2369: List-(Help|Unsubscribe|Subscribe|Post|Owner|Archive): - Portability fixes and documentation bugs. - Added a manual page. Development of this version has been sponsored by FutureQuest, Inc. ossi@FutureQuest.net http://www.FutureQuest.net/ ------------------------------------------------------------------------------- Changes in version 0.93 - Fixed an off-by-one bug in the rate limiting logic (again). - Fixed an off-by-one bug in the Delivered-To checking code. - The output writing routine will now substitute "%S" in the autoresponse message with the original message's subject. ------------------------------------------------------------------------------- Changes in version 0.92 - Fixed the rate limiting logic that would prevent messages from being sent out at the appropriate interval. - Fixed bug in option parsing. ------------------------------------------------------------------------------- Changes in version 0.91 - Added an option to insert the original subject into the reply. - Simplified the header scanning logic. -------------------------------------------------------------------------------