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
* 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;
/*
* 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
#include <mymalloc.h>
#include <stringops.h>
+ /*
+ * Global library
+ */
+#include <mail_params.h>
+
/*
* Application-specific
*/