-Definitions
-===========
-state is one of:
- FLD // Field returned
- FLDPLUS // Field returned with more to come
- FLDEOF // Field returned ending at eom
- BODY // Body returned with more to come
- BODYEOF // Body returned ending at eom
- FILEEOF // Reached end of input file
- FMTERR // Message Format error
- LENERR // Name too long error from getfld
-
-msg_style is maildrop style, one of:
- MS_UNKNOWN // type not known yet
- MS_DEFAULT // default (one msg per file)
- MS_MBOX // Unix-style "from" lines
- MS_MMDF // string mmdlm2
- MS_MSH // whacko msh
-
-State variables (part of Outputs)