summaryrefslogtreecommitdiffstats
path: root/innbbsd/receive_article.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-05 19:58:27 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-05 19:58:27 +0800
commit6308dc81fbc5cc89f450e7beadc2cf710c0696e9 (patch)
tree6af6280b57bcaf1fc79c88a142b61b99fccd2efe /innbbsd/receive_article.c
parent38c21379a1c34bcea53157c381044f05e3637727 (diff)
downloadpttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.gz
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.bz2
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.lz
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.xz
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.zst
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.zip
import NoCeM into innbbsd/.
see http://nocem-innbbsd.sourceforge.net/ for details. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2312 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/receive_article.c')
-rw-r--r--innbbsd/receive_article.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/receive_article.c b/innbbsd/receive_article.c
index c1d8c274..dbd542ae 100644
--- a/innbbsd/receive_article.c
+++ b/innbbsd/receive_article.c
@@ -561,7 +561,7 @@ cancel_article_front(msgid)
}
}
fclose(fp);
- if (strcmp(xfrom0, xfrom)) {
+ if (strcmp(xfrom0, xfrom) && !search_issuer(FROM)) {
bbslog("Invalid cancel %s, path: %s!%s, [`%s` != `%s`]\n",
FROM, MYBBSID, PATH, xfrom0, xfrom);
return 0;