Do the cpanel email filters work on the entire RFC2822 email address? I am trying to filter spam emails which come from addresses of this format:
Fannie H. <[email protected]>
The pattern in all the emails is the Fannie H. part, not the actual address. I get 50 spam emails a day from people like:
Fannie H.
Peter L.
Susan R.
etc...
I wrote this regex filter: [A-Z][a-z]* [A-Z]\. \<.*\>
and i tested it with the mail filter. The mail filter suggests that it works; but i continue to get the emails. My guess would be a bug in the filter (as this should work) as well as a bug in the filter tester (since it suggests filter works; but doesn't).
Fannie H. <[email protected]>
The pattern in all the emails is the Fannie H. part, not the actual address. I get 50 spam emails a day from people like:
Fannie H.
Peter L.
Susan R.
etc...
I wrote this regex filter: [A-Z][a-z]* [A-Z]\. \<.*\>
and i tested it with the mail filter. The mail filter suggests that it works; but i continue to get the emails. My guess would be a bug in the filter (as this should work) as well as a bug in the filter tester (since it suggests filter works; but doesn't).