From 0eedb4d41e4d69c8042c5e7a2dd956e63be7c824 Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 26 Sep 2005 02:52:38 +0000 Subject: remove the 2048 limit git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3211 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mbbsd/mail.c b/mbbsd/mail.c index eb7ce9d7..56784a24 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1622,10 +1622,6 @@ send_inner_mail(const char *fpath, const char *title, const char *receiver) if (chk_mailbox_limit()) return -2; } - // XXX should we use MAX_EXKEEPMAIL instead? - else if (dashs(fname) >= 2048 * sizeof(fileheader_t)) { - return -2; - } sethomepath(fname, rightid); stampfile(fname, &mymail); -- cgit v1.2.3