diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/mail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 61294d7e..5ff1f74f 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -2117,9 +2117,9 @@ doforward(const char *direct, const fileheader_t * fh, int mode) sethomefile(fpath, xid, FN_OVERRIDES); i = file_exist_record(fpath, cuser.userid); sethomefile(fpath, xid, FN_REJECT); - // TODO ¸Ó return þºØÈ¡H + // XXX check do_send - they simply ignore it. if (!i && file_exist_record(fpath, cuser.userid)) - return -1; + return 0; } while (0); if (mode == 'Z') { |