Fix parsing MINFO

This commit is contained in:
Miek Gieben 2013-06-05 22:20:36 +01:00
parent b33fb29f34
commit fd17416ab0
1 changed files with 1 additions and 0 deletions

View File

@ -424,6 +424,7 @@ func setMINFO(h RR_Header, c chan lex, o, f string) (RR, *ParseError) {
rr.Rmail = appendOrigin(rr.Rmail, o)
}
}
<-c // _BLANK
l = <-c
rr.Email = l.token
if l.token == "@" {