]> code.citadel.org Git - citadel.git/blobdiff - citadel/internet_addressing.c
* Fixed acceptance of inbound SMTP messages relaying to other Citadel nodes
[citadel.git] / citadel / internet_addressing.c
index f836319462234e09b11987b3899cbb4385489c4b..a263bf42c0c80eff579a1c7703445ec8698cbe27 100644 (file)
@@ -374,8 +374,9 @@ REALIAS:
 
        strcpy(destuser, user);
        strcpy(desthost, node);
-       if (hostalias == hostalias_gatewaydomain)
+       if (hostalias == hostalias_gatewaydomain) {
                return(rfc822_address_on_citadel_network);
+       }
        return(rfc822_address_nonlocal);
 }