Skip to content
Snippets Groups Projects
  • Rob Swindell's avatar
    2aafd333
    Detect and reject forged "from" fields in submitted msg headers · 2aafd333
    Rob Swindell authored
    For non-authenticated SMTP clients, if the "From:" header field contains a "name" which appears to be an email address (i.e. it has an '@' in it), and that address does not match the *actual* address in the "From:" field, reject the mail with an error message about the forged/mismatched address.
    2aafd333
    History
    Detect and reject forged "from" fields in submitted msg headers
    Rob Swindell authored
    For non-authenticated SMTP clients, if the "From:" header field contains a "name" which appears to be an email address (i.e. it has an '@' in it), and that address does not match the *actual* address in the "From:" field, reject the mail with an error message about the forged/mismatched address.