MILTER_CHUNK_SIZE
len = (bodylen >= MILTER_CHUNK_SIZE) ? MILTER_CHUNK_SIZE :
char buf[MILTER_CHUNK_SIZE];