View Single Post
Old 3 Sep 2019, 10:58 PM   #22
JamesHenderson
Cornerstone of the Community
 
Join Date: Jan 2003
Location: Oxfordshire, UK
Posts: 603
Quote:
Originally Posted by JamesHenderson View Post
so, using :domain, I got this to work which is fairly simple as no need to worry about the "@" anymore.
Code:
  address :domain :regex "From" "\\.*linkedin\\.com$",
as did this:
Code:
address :regex "From" "[\\.@]linkedin\\.com$",
...and I think this was what I was imagining from the start when I wrote:
Code:
address :matches "From" "*[.@]linkedin.com",
JamesHenderson is offline   Reply With Quote