-/* This replaces the old approach, which included direct access to
- stdio internals. It uses one fread() to load a buffer that we
- manage.
- MSG_INPUT_SIZE is the size of the buffer.
- MAX_DELIMITER_SIZE is the maximum size of the delimiter used to
- separate messages in a maildrop, such as mbox "\nFrom ". */
+/* This replaces the old approach, with its direct access to stdio
+ * internals. It uses one fread() to load a buffer that we manage.
+ *
+ * MSG_INPUT_SIZE is the size of the buffer.
+ * MAX_DELIMITER_SIZE is the maximum size of the delimiter used to
+ * separate messages in a maildrop, such as mbox "\nFrom ".
+ *
+ * test/inc/lots_of_headers.txt depends on the particular value of
+ * MSG_INPUT_SIZE. */