X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finternet_addressing.c;h=e1fcb1ba1512d6e4e729eda96564c719c0c90286;hb=b3c22961614d5c2fafdfb00d6134b7163dedff40;hp=4a73bc016e81df6b4c76c600e5f10500028e79d1;hpb=5898ecd49119b05941abf09419d88c82df66c087;p=citadel.git 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) {