From b3c22961614d5c2fafdfb00d6134b7163dedff40 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 9 Sep 2021 14:16:19 +0000 Subject: [PATCH] Release version 933 generated by do-release.sh --- citadel/citadel.h | 2 +- citadel/internet_addressing.c | 5 +++-- libcitadel/lib/libcitadel.h | 2 +- release_version.txt | 2 +- webcit/webcit.h | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 6561315b9..ab7112b6c 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -32,7 +32,7 @@ extern "C" { */ #define CITADEL PACKAGE_STRING -#define REV_LEVEL 932 // This version +#define REV_LEVEL 933 // This version #define REV_MIN 591 // Oldest compatible database #define EXPORT_REV_MIN 931 // Oldest compatible export files #define LIBCITADEL_MIN 931 // Minimum required version of libcitadel diff --git a/citadel/internet_addressing.c b/citadel/internet_addressing.c index 4a73bc016..e1fcb1ba1 100644 --- a/citadel/internet_addressing.c +++ b/citadel/internet_addressing.c @@ -568,13 +568,14 @@ struct recptypes *validate_recipients(char *supplied_recipients, const char *Rem } } + // This loop searches for duplicate recipients in the final list and marks them to be skipped. for (int j=0; j", r, mailtype, this_recp); + syslog(LOG_DEBUG, "Recipient #%d of type %d is <%s>", r, mailtype, this_recp); invalid = 0; errmsg[0] = 0; switch(mailtype) { diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 701f0651f..38a309cbf 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -26,7 +26,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 932 +#define LIBCITADEL_VERSION_NUMBER 933 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/release_version.txt b/release_version.txt index e6c657ec0..2abc897ab 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -932 +933 diff --git a/webcit/webcit.h b/webcit/webcit.h index 16de360f9..7f96d63aa 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -127,7 +127,7 @@ extern char *ssl_cipher_list; #define PORT_NUM 80 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 932 /* This version of WebCit */ +#define CLIENT_VERSION 933 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 931 /* Minimum required version of Citadel server */ #define LIBCITADEL_MIN 931 /* Minimum required version of libcitadel */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ -- 2.30.2