diff --git a/src/lib/commands/rea.c b/src/lib/commands/rea.c index c4693db6..118e0869 100644 --- a/src/lib/commands/rea.c +++ b/src/lib/commands/rea.c @@ -94,7 +94,7 @@ rea(void) mbox = mailbox(mbox_buf, num); } - if (!(telfp = fopen(mbox, "rb+"))) { + if (!(telfp = fopen(mbox, "rb"))) { logerror("telegram file %s", mbox); return RET_FAIL; }