#define HEADERNAME 257
#define HEADERBODY 258
#define CONTINUATION 259
#define LINE 260
#define EMPTY_LINE 261
#define FROMLINE 262
typedef union {
	struct message *m;
	struct header *h;
	sz *text;
	char *string;
} YYSTYPE;
extern YYSTYPE yylval;
