Making WordPress.org

Changeset 12757


Ignore:
Timestamp:
07/24/2023 09:32:54 AM (2 years ago)
Author:
dd32
Message:

Helpscout: If no matching user is found, and the subject contains 'undeliverable' attempt to found a bouncing addres.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/common.php

    r12753 r12757  
    140140            str_contains( $from, 'mailer-daemon' ) ||
    141141            str_contains( $from, 'noreply' ) ||
     142            str_contains( $subject_lower, 'undeliverable' ) ||
    142143            str_contains( $subject_lower, 'undelivered mail' ) ||
    143144            str_contains( $subject_lower, 'returned mail' ) ||
Note: See TracChangeset for help on using the changeset viewer.