On 2012-02-22 8:27 AM, Tanstaafl <tan...@li...> wrote:
> if($address =
> /^(bounce|daemon|facebook|linkedin|listserv|mailer|majordomo|mediapost|myspace|noreply|owner|postmaster|request|twitter)/i)
Two more questions...
1. This is a 'contains' match, right?
and
2. Do dots/periods have to be escaped?
The reason I ask #2 is I just got a google+ email, and they come from
from plus.google.com, so, can I add it like this:
if($address =
/^(bounce|daemon|facebook|linkedin|listserv|mailer|majordomo|mediapost|myspace|noreply|owner|plus.google|postmaster|request|twitter)/i)
?
|