MaxMessages: make condition exactly symmetrical to condition below

This commit is contained in:
Oswald Buddenhagen 2013-05-20 18:54:54 +02:00
parent 080740f867
commit 61ef099cd5

View File

@ -1300,7 +1300,7 @@ box_loaded( int sts, void *aux )
for (tmsg = svars->ctx[S]->msgs; tmsg && todel > 0; tmsg = tmsg->next) {
if (tmsg->status & M_DEAD)
continue;
if ((srec = tmsg->srec) &&
if ((srec = tmsg->srec) && srec->uid[M] > 0 &&
((tmsg->flags | srec->aflags[S]) & ~srec->dflags[S] & F_DELETED) &&
!(srec->status & (S_EXPIRE|S_EXPIRED)))
todel--;