diff options
author | mhsin <mhsin@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-26 19:23:21 +0800 |
---|---|---|
committer | mhsin <mhsin@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-26 19:23:21 +0800 |
commit | 5139198f3682c035d52ab432d6fe55336c847afb (patch) | |
tree | 5844b6771a7fded9cfa91d1dc00a09792c54265e /innbbsd/receive_article.c | |
parent | eb4d5c415955e48ba303772657786a20ee7f727a (diff) | |
download | pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.gz pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.bz2 pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.lz pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.xz pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.zst pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.zip |
Sync local mod.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4249 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/receive_article.c')
-rw-r--r-- | innbbsd/receive_article.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/innbbsd/receive_article.c b/innbbsd/receive_article.c index 4ef00008..d0f02d7b 100644 --- a/innbbsd/receive_article.c +++ b/innbbsd/receive_article.c @@ -24,6 +24,7 @@ * cacnel_article_front(mid) --> cancel_article() --> bbspost_write_cancel(); */ +#include "bbs.h" #include "externs.h" #include <stdlib.h> #define _XOPEN_SOURCE /* glibc2 needs this */ @@ -280,11 +281,17 @@ receive_article() ".hkoo.net/", ".nowgo.net/", "http://www.taconet.com.tw/jscha/", "www.ejiajia.net", "ufjt0356@ms9.hinet.net", "jt0356@yahoo.com.tw", "http://www.IT-Test.Net", "http://uuu.to/", "greenhouse6688", - "http://www.s-bus.com", "http://goods.sytes.net/", + "http://www.s-bus.com", "http://goods.sytes.net/", ".uni.cc/", "http://www.1-care.com", "美商優莎納生技公司", "Http://www.It-Test.Net", "http://home.pchome.com.tw/happy/eykk6767/", "http://www.agelopp.com/", "http://www.togetrich.net", "http://www.newchance.ligsystem.com/", "jimtist@yahoo.com", "http://fleamarket.mine.nu", "http://e-car.mine.nu", + "漂亮美媚", "超 多 美 眉", "漂亮妹妹", "http://%6F", + ".mini.to/", "-------- ### --------", "babylove.24cc.cc", + "This is a multi-part message in MIME format.", + "OCAgIFNreXBlOmp1bnNreWVwCg==", "ooqq.bbs@bbs.wretch.cc", + "http://jsvcd.3cc.cc", "http://bestgirl.mytw.net", "http://98.to/", + "http://www.boss888.net", "amuro.bbs@bbs.csie.nctu.edu.tw", "http://www.whymsi.com", "http://www.msi-team.com/", NULL}; #endif |