will no longer result in repeated delivery to other mailing
list members. Specify "reset_owner_alias = yes" for the
older behavior. File: local/alias.c.
+
+20101007
+
+ Bugfix (introduced: 2100923): duplicate "PASS OLD" logging.
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20101006"
+#define MAIL_RELEASE_DATE "20101007"
#define MAIL_VERSION_NUMBER "2.8"
#ifdef SNAPSHOT
/*
* Log our final blessing when all unfinished tests were completed.
*/
- if ((state->flags & PS_STATE_MASK_ANY_PASS) ==
+ if ((state->flags & PS_STATE_MASK_ANY_PASS) != 0
+ && (state->flags & PS_STATE_MASK_ANY_PASS) ==
PS_STATE_FLAGS_TODO_TO_PASS(state->flags & PS_STATE_MASK_ANY_TODO))
msg_info("PASS %s %s", (state->flags & PS_STATE_FLAG_NEW) == 0 ?
"OLD" : "NEW", state->smtp_client_addr);