Skip to main content

cpanel_exim_system_filter_custom rules blocking facebook

Comments

3 comments

  • StoneyCreeker
    To answer my own question, which I should have seen prior to posting, it was the rule: [COLOR="#000080">#Notification if $header_from: contains "Notification" then seen finish endif I noticed, (no pun intended), that the header from the email had this word in it here: [COLOR="#000080">(envelope-from ) When I removed this rule the email delivered normally. I hope this helps someone else. Also the above spam filter rule list seems to work good at this time. If anyone has a suggestion that would make it work better please post it. Is there a way to add a line to send them to an email account on my server prior to the "seen endif" line? Thanks!!!! Still learning after all these years.
    0
  • StoneyCreeker
    Me again! I created an email account named "globalspam" and then modified each rule to send a copy of each email deleted by this "cpanel_exim_system_filter_custom" file rule to it then deleted it before it reached the intended recipient so I can monitor what each rule is really doing. :) I modified each rule as so: [COLOR="#000080">#Rule Name if $header_from: contains "Rule Value" then [COLOR="#008000"> deliver "$home/mail/myserverdomain.com/globalspam/" 660 seen finish endif It seems to be working now. And I know what is being blocked by it. I expect it will fill up quickly. Cheers! EDIT: I found that instead of using deliver "$home/mail/myserverdomain.com/globalspam/" 660" that deliver "Global Spam " worked much better
    0
  • cPanelMichael
    I am happy to see you were able to find a solution. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.