All,
I have been fiddling about with the filtering capabilities, trying to eliminate some spam that has become quite regular of late. Since I was having no luck filtering on the actual spam, I tried to just do some more simple filters to see whether I was doing something wrong with the regex definitions or whether it was another problem.
I created a filter to locate the word "Mary" in any email and send those emails to a different email address. Obviously this is a stupid rule to use in reality, but it's simple for testing. The settings are:
==============
FILTER: Body
that
MATCHES REGEX
/Mary/
DESTINATION: mary@mydomain.com
==============
I then sent an email from a Lycos account containing the text "Mary had a little lamb" which should have - to the best of my understanding - been detected as containing the word "Mary" in the body and sent to mary@mydomain.com instead of my regular email address.
This did not happen - it just came through to my regular address and was not filtered in any way.
Anyone got any ideas?
Thanks in advance,
Trav.
PS: If you're wondering why I chose "mary" as a test method, I went through the cpanel docs first, and read http://gnosis.cx/publish/programming...pressions.html as directed, but what works on that page does not work for me.



LinkBack URL
About LinkBacks
Reply With Quote




