Reported Post by chavycha
[url=http://forums.cpanel.net/member.php?u=610302]chavycha has reported a post.
Reason:delete plz, included company info inadverently
Post: [url=http://forums.cpanel.net/showthread.php?t=348741&p=1807941#post1807941]Need to filter ALL email Forum: E-mail Discussions Assigned Moderators: N/A Posted by: [url=http://forums.cpanel.net/member.php?u=610302]chavycha Original Content: I have a similar problem. The following works fine:
but this doesn't:
I get false positives when sending to, say, something.linkedin.com and other similar domains. It's not a big problem for .link, but is a big issue for others (.in, .co, etc.). Any hints would be appreciated!
Post: [url=http://forums.cpanel.net/showthread.php?t=348741&p=1807941#post1807941]Need to filter ALL email Forum: E-mail Discussions Assigned Moderators: N/A Posted by: [url=http://forums.cpanel.net/member.php?u=610302]chavycha Original Content: I have a similar problem. The following works fine:
if first_delivery
and ("$h_to:" contains ".link")
or ("$h_from:" contains ".link")
then
headers add "SpamRule: EXIM FILTER Blocked CONTAINS LINK (was: $h_subject:)"
deliver "Global Spam "
seen finish
endifbut this doesn't:
if first_delivery
and ("$h_to:" ends ".link")
or ("$h_from:" e ".link")
then
headers add "SpamRule: EXIM FILTER Blocked ENDS WITH LINK (was: $h_subject:)"
deliver "Global Spam "
seen finish
endifI get false positives when sending to, say, something.linkedin.com and other similar domains. It's not a big problem for .link, but is a big issue for others (.in, .co, etc.). Any hints would be appreciated!
Please sign in to leave a comment.
Comments
0 comments