Am 10.02.2016 um 09:51 schrieb Selcuk Yazar:
Ok,

i try some alternatives but they doesn't work, i wantto try  my last chance

i found email source ;

From: "Turkcell Online" <sungwon7...@hanmail.net>

Turkcell is a big telecom. company in turkey and it domain name
turkcell.com.tr.

if the string begin with From : "Turkcell.* but doesn't contain
turkcell.com.tr i want to catch this string
thanks.


Something like this works for us with PCRE:

/^From:.*Turkcell.*<.+@((?!turkcell.com.tr).)*>/

--
Alex JOST

Reply via email to