* Re-introduced the ability to enter IGnet mail into the system.
[citadel.git] / citadel / file_ops.c
index b414dcb07de38e68a571a8484f305f15f6bfb631..ea998fca259b574ffa7399d6cc0c71c19eb8b0de 100644 (file)
@@ -263,7 +263,7 @@ void cmd_netf(char *cmdbuf)
        }
        snprintf(buf, sizeof buf, "sysop@%s", destsys);
        e = alias(buf);
-       if (e != MES_BINARY) {
+       if (e != MES_IGNET) {
                cprintf("%d No such system: '%s'\n",
                        ERROR + NO_SUCH_SYSTEM, destsys);
                return;