This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

regex help

I see some of you are good with regex from searching the forums. I was wondering if someone could help me. I'm trying the first regtex expression trying to block cialis in emails. at first I just put in the word cialis, but it also blocked lost of email with specialist in it. I then tried to understand the syntax of regex expressions, and thought /\ cialis/ would check for a space before the word, but that didn't block any emails for some reason. I noticed C was in capital, so I changed it to /\ cialis/i and still no luck. Anyone know what expression I could use to block emails with cialis in it, but not emails with specialist or anything other than cialis with a space in front of it? 

Thanks

Brian


This thread was automatically locked due to age.
Parents
  • Thank you for the responses. BAlfson, I am using all of those spam protection options except SPF since I didn't fully understand how it worked. I didn't want to check it to enable and have a problem before I understood it. I will read about it and try it out thanks. I'm surprised at the spam that is getting through. It's blantantly obvious spam. 

    BarryG I will try your regex expression thanks. Do you know if they work now that we are on commtouch engine as BAlfson pointed out? The help says to use regex... Thanks

    Brian
Reply
  • Thank you for the responses. BAlfson, I am using all of those spam protection options except SPF since I didn't fully understand how it worked. I didn't want to check it to enable and have a problem before I understood it. I will read about it and try it out thanks. I'm surprised at the spam that is getting through. It's blantantly obvious spam. 

    BarryG I will try your regex expression thanks. Do you know if they work now that we are on commtouch engine as BAlfson pointed out? The help says to use regex... Thanks

    Brian
Children
No Data