summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/mail.c b/pttbbs/mbbsd/mail.c
index 199db817..151bb6ce 100644
--- a/pttbbs/mbbsd/mail.c
+++ b/pttbbs/mbbsd/mail.c
@@ -325,7 +325,7 @@ chk_mailbox_limit(void)
if (mailkeep <= mailmaxkeep)
return MAILBOX_LIM_OK;
- if ((mailkeep / 100 < mailmaxkeep)
+ if ((mailkeep / 50 < mailmaxkeep)
|| HasUserPerm(PERM_ADMIN))
return MAILBOX_LIM_KEEP;
else