Closed tegk closed 5 years ago
server.go:544:31: client.bufin.setLimit(int64(sc.MaxSize) + 1024000) // This a hard limit.
client.bufin.setLimit(int64(sc.MaxSize) + 1024000) // This a hard limit.
server.go:469:51: client.MailFrom, err = client.parsePath([]byte(input[10:]), client.parser.MailFrom)
client.MailFrom, err = client.parsePath([]byte(input[10:]), client.parser.MailFrom)
Indeed. PR welcome. The 1024000 could be made a constant too.
server.go:544:31:
client.bufin.setLimit(int64(sc.MaxSize) + 1024000) // This a hard limit.
server.go:469:51:
client.MailFrom, err = client.parsePath([]byte(input[10:]), client.parser.MailFrom)