summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 9d1c61da..a5cff5dd 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1271,7 +1271,7 @@ mail_reply(int ent, fileheader_t * fhdr, const char *direct)
if (!fhdr || !fhdr->filename[0])
return DONOTHING;
- if (fhdr->owner[0] == '[' fhdr->owner[0] == '-'
+ if (fhdr->owner[0] == '[' || fhdr->owner[0] == '-'
|| (fhdr->filemode & FILE_ANONYMOUS))
{
// system mail. reject.