Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix email maximum length: an entire email address can be up to 254 ch… #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 7, 2017

  1. Fix email maximum length: an entire email address can be up to 254 ch…

    …aracters long.
    
    See RFC 3696 erratum 1690:
    https://www.rfc-editor.org/errata_search.php?eid=1690
    
    There is a restriction in RFC 2821 on the length of an
    address in MAIL and RCPT commands of 254 characters.  Since addresses
    that do not fit in those fields are not normally useful, the upper
    limit on address lengths should normally be considered to be 254.
    quique committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    525006d View commit details
    Browse the repository at this point in the history