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

Fixed #90: Allow for longer email address in Return-Path #91

Merged
merged 1 commit into from
Sep 14, 2023

Commits on Sep 13, 2023

  1. Fixed #90: Allow for longer email address in Return-Path

    RFC 2821 states that the local part may only be 64 characters, but with SRS
    this often gets violated.
    
    This patch takes PHP's `filter_var()` email validation regular expression, and
    extends the allowed length from 64 to 124 for the local part, but only for
    Return-Path headers.
    derickr committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    03a28db View commit details
    Browse the repository at this point in the history