Community Patterns

Community Library Entry

2

Regular Expression
Created·2015-04-25 09:52
Flavor·PCRE (Legacy)

/
.*n.?t?.*reply.*@(.+\.)+.+
/
g
Open regex in editor

Description

no reply e-mail addresses don't want to receive a reply. Unfortunately, not all no reply e-mail addresses are formatted like noreply@domain.tld, so in order to catch as many of them as possible I made this regular expression which matches many forms of no reply e-mail addresses.

Submitted by anonymous