diff options
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r-- | mbbsd/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index fd3245ae..6c6ff5ab 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1631,7 +1631,7 @@ send_inner_mail(const char *fpath, const char *title, const char *receiver) sethomedir(fname, rightid); if (strcmp(rightid, cuser.userid) == 0) { if (chk_mailbox_limit()) - return -2; + return -4; } sethomepath(fname, rightid); |