]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.4.4-RC3 v2.4.4-RC3
authorWietse Venema <wietse@porcupine.org>
Wed, 11 Jul 2007 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Sat, 10 Feb 2018 20:18:06 +0000 (15:18 -0500)
postfix/HISTORY
postfix/src/global/mail_params.h
postfix/src/global/mail_version.h
postfix/src/xsasl/xsasl_cyrus_client.c

index a8b995270a47e2921507126d9e6a26dae352930d..5cd65d01b556800ab0c3bcbc503e3529df1fb5a3 100644 (file)
@@ -13484,13 +13484,13 @@ Apologies for any names omitted.
 
 20070613
 
-        Bugfix: the Milter client assumed that a Milter application
-        does not modify the message header or envelope, after that
-        same Milter application has modified the message body of
-        that same email message. This is not a problem with updates
-        by different Milter applications.  Problem was triggered
-        by Jose-Marcio Martins da Cruz. Also simplified the handling
-        of queue file update errors. File: milter/milter8.c.
+       Bugfix: the Milter client assumed that a Milter application
+       does not modify the message header or envelope, after that
+       same Milter application has modified the message body of
+       that same email message. This is not a problem with updates
+       by different Milter applications.  Problem was triggered
+       by Jose-Marcio Martins da Cruz. Also simplified the handling
+       of queue file update errors. File: milter/milter8.c.
 
 20070614
 
index 64b639ca20bc700e5051fd333a1033bd757f6c47..2785921c1152771813ddf2aa322e4a15d87bb38e 100644 (file)
@@ -41,9 +41,12 @@ extern bool var_show_unk_rcpt_table;
   * What problem classes should be reported to the postmaster via email.
   * Default is bad problems only. See mail_error(3). Even when mail notices
   * are disabled, problems are still logged to the syslog daemon.
+  * 
+  * Do not add "protocol" to the default setting. It gives Postfix a bad
+  * reputation: people get mail whenever spam software makes a mistake.
   */
 #define VAR_NOTIFY_CLASSES     "notify_classes"
-#define DEF_NOTIFY_CLASSES     "resource, software"
+#define DEF_NOTIFY_CLASSES     "resource, software"    /* Not: "protocol" */
 extern char *var_notify_classes;
 
  /*
index ced987d862dc8a8af917e84fb7539d64da7170cd..a1bca38e8a80fbfaaf91ba167a51ef3680a992ec 100644 (file)
@@ -20,8 +20,8 @@
   * Patches change both the patchlevel and the release date. Snapshots have no
   * patchlevel; they change the release date only.
   */
-#define MAIL_RELEASE_DATE      "20070710"
-#define MAIL_VERSION_NUMBER    "2.4.4-RC2"
+#define MAIL_RELEASE_DATE      "20070711"
+#define MAIL_VERSION_NUMBER    "2.4.4-RC3"
 
 #ifdef SNAPSHOT
 # define MAIL_VERSION_DATE     "-" MAIL_RELEASE_DATE
index b84cd1fa0e0b15e413301eff2725ace318f664c5..591dd186271c5eed23b20c995ff95b9afa850f4b 100644 (file)
 #include <mymalloc.h>
 #include <stringops.h>
 
+ /*
+  * Global library
+  */
+#include <mail_params.h>
+
  /*
   * Application-specific
   */