diff options
Diffstat (limited to 'innbbsd/innbbsd.c')
-rw-r--r-- | innbbsd/innbbsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innbbsd/innbbsd.c b/innbbsd/innbbsd.c index a302c398..f782e8da 100644 --- a/innbbsd/innbbsd.c +++ b/innbbsd/innbbsd.c @@ -717,6 +717,8 @@ CMDihave(client) } } else if ((char *)strstr(path1, path2) != NULL) { bbslog(":Warn: Loop back article: %s!%s\n", MYBBSID, HEADER[PATH_H]); + } else if (strstr(SUBJECT, "@@") && strstr(BODY, "NCM") && strstr(BODY, "PGP")) { + rel = receive_nocem(); } else { rel = receive_article(); } |