Skip to content

Strange situation about len recipients #44

@EvgeniyShell

Description

@EvgeniyShell

its a bug(?), when you equals if len(to) == s.srv.MaxRecipients? if recipient will be more than 100 like 101?

if s.srv.MaxRecipients == 0 { s.srv.MaxRecipients = 100 } if len(to) == s.srv.MaxRecipients { s.writef("452 4.5.3 Too many recipients") } else {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions