syntax mail

state bol text
    char '>' quote
    noeat text

state text
    char "\n" bol
    eat this

state quote
    char "\n" bol
    eat this

default comment quote
