summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index f9e116ca..9d1c61da 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1271,7 +1271,8 @@ mail_reply(int ent, fileheader_t * fhdr, const char *direct)
if (!fhdr || !fhdr->filename[0])
return DONOTHING;
- if (fhdr->owner[0] == '[' || (fhdr->filemode & FILE_ANONYMOUS))
+ if (fhdr->owner[0] == '[' fhdr->owner[0] == '-'
+ || (fhdr->filemode & FILE_ANONYMOUS))
{
// system mail. reject.
vmsg("µLªk¦^«H¡C");