For messages delivered to a mailing list, add the room name to the subject line,...
[citadel.git] / citadel / internet_addressing.c
index afa637a9ad009d33e1938cac2eb1fe5f9180e31a..95350afc7ad0a3a75fc31afe22979d02d81bfd8c 100644 (file)
@@ -570,8 +570,7 @@ struct recptypes *validate_recipients(const char *supplied_recipients, const cha
                                }
                                strcat(ret->recp_room, this_recp);
                        }
-                       else if ( (!strncasecmp(this_recp, "room_", 5))
-                                 && (!CtdlGetRoom(&tempQR, &this_recp_cooked[5])) ) {
+                       else if ( (!strncasecmp(this_recp, "room_", 5)) && (!CtdlGetRoom(&tempQR, &this_recp_cooked[5])) ) {
 
                                /* Save room so we can restore it later */
                                tempQR2 = CCC->room;