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

reject a SPAM

Hi All
I was create in Expression filter rules to reject mail with Expressions: viagra, Viagra+ ...
any whay i recive mails with that Expressions .
why ?  


This thread was automatically locked due to age.
Parents
  • You have to use Regular Expressions.
    For example try this one:

    \b[Vv][1|lIi ].{1,6}[RrGg\*\-\' ][Aa]\b

     

    cheers
    Xeno 
  • An answer a year after starting this thread.
    I had the same problem. Astaro seems to be case sensitive filtering expressions. I entered all expressions 3 times. For example VIAGRA Viagra viagra. This worked for me. But i had more success filering spams, when i activated the RBL (RealtimeBlackholeList). Also look following thread:  RBL 
     [;)]  
  • regex is nothing like a windows wilcard system, and there are tons of sites and books dedicated to the art of regex matching.

    you might find "editpadpro" usefull, since you can "TEST" strings by doing "regex searches" with it.

    I think it's editpadpro.com or google for it. It's very helpful to type in a few words and see if your string matches with it, and where. Think of it like wordpad with the ability to search using regex. Works great. 
Reply
  • regex is nothing like a windows wilcard system, and there are tons of sites and books dedicated to the art of regex matching.

    you might find "editpadpro" usefull, since you can "TEST" strings by doing "regex searches" with it.

    I think it's editpadpro.com or google for it. It's very helpful to type in a few words and see if your string matches with it, and where. Think of it like wordpad with the ability to search using regex. Works great. 
Children
No Data