--On Friday, January 25, 2002 23:23:24 -0500 Sam Varshavchik <mrsam@Courier-MTA.com> wrote: > Download: http://www.Courier-MTA.org/download.php > Commited the following changes: > * Fixed an off-by-one MIME parsing bug. Even though this parser is used > in many places, I don't think anything actually depended on the > incorrect code; so fixing the library function should be OK. > * Cleaned up some startup scripts. > * New options for handling corrupted MIME mail. The existing behavior > of reformatting the message as a plain text attachment is left as a > default. New options are to bounce it (pre 0.36.1 behavior), or pass > the mail untouched, and hope that the mail client doesn't crash. This > configuration is implemented as a combination of a global setting in the > bofh configuration file, as well as explicit settings in the smtpaccess > file. It's possible to choose what to do based on the sender's IP > address. Added corresponding support code in webadmin. > * Added a script to start ESMTP over SSL on port 465. Added corresponding > support code in webadmin. > > -- > Sam The absence of this "new options for handling corrupted MIME mail" has been the source of much grief for many Courier MTA admins. That alone makes this upgrade worth it. Otherwise this patch is kinda big due to a lot of rewriting and clean up. courier/files/patch-courier_submit2.C goes away. courier/Makefile.own is a new file to greatly simplify courier/files/patch-courier_perms.sh.in This patch now *really* depends on getting the port of SysConfTool committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=31475 So please close PR31475 before comitting this patch.
State Changed From-To: open->closed Port updated, Thanks!