* fixed some log messages that still had color in them. That doesn't belong in the...
[citadel.git] / citadel / domain.c
index 304cf0ef846d9fc63ba9f863e05adf3c03bc20dd..4f723134b0efdc61c95e8d7921a761361ecace7f 100644 (file)
@@ -224,5 +224,9 @@ int getmx(char *mxbuf, char *dest) {
                strcat(mxbuf, "|");
        }
        free(mxrecs);
+
+       /* Append any fallback smart hosts we have configured.
+        */
+       num_mxrecs += get_hosts(&mxbuf[strlen(mxbuf)], "fallbackhost");
        return(num_mxrecs);
 }