diff --git a/conn.go b/conn.go index b847057..cc52488 100644 --- a/conn.go +++ b/conn.go @@ -275,6 +275,8 @@ func (c *Conn) handleGreet(enhanced bool, arg string) { } if c.server.MaxMessageBytes > 0 { caps = append(caps, fmt.Sprintf("SIZE %v", c.server.MaxMessageBytes)) + } else { + caps = append(caps, "SIZE") } args := []string{"Hello " + domain}