Fix recipient counting in spost
[mmh] / uip / spost.c
index fd0cbcc..ea032d2 100644 (file)
@@ -458,7 +458,7 @@ putfmt(char *name, char *str, FILE *out)
        if (hdr->flags & HTRY) {
                addr_end->m_next = recipients;
                recipients = addr_start.m_next;
-               recipientsc += i;
+               recipientsc += addrc;
        }
 }