Skip to main content

user filter for children

Comments

6 comments

  • cPanelMichael
    Hello @Piston-Broke, Try using "does not match" as the operator in the filter when entering the "from" addresses to see if that helps. Also, check your existing forwarders and filter rules to make sure email isn't already redirected based on an existing forwarder or filter rule. Thank you.
    0
  • Piston-Broke
    hi thanks for the advice. This is a new email addesss so no other forwarders and this is the only filter, I've tried does not contain and does not match and get the same result, Ive just tried tonight does not begin and does not end with still forwarding all mails including the ones listed in the filter
    0
  • cPanelMichael
    Your access level is listed as "Website Owner". Do you have root access to this system, or is this a hosting account purchased from a provider? If you don't have root access, try contacting your web hosting provider so they can review the Exim logs to see why the filter isn't working as expected. Thanks!
    0
  • Piston-Broke
    It is a hosting account, Ill ask them to send the logs and see if I can see why Thanks
    0
  • Piston-Broke
    hi thanks for all your help just to let you know my host managed to fix this by deleting filter I created to the following
    if not first_delivery and error_message then finish endif #test - authorized addresses if $header_from: contains "dad@domain.co.uk" or $header_from: contains "mam@domain.com" or $header_from: contains "aunty@domain.com" or $header_from: contains "grandma@domain.com" then deliver "\"$local_part+INBOX\"@$domain" endif #test - unauthorized if $header_from: does not contain "dad@domain.co.uk" or $header_from: does not contain "mam@domain.com" or $header_from: does not contain "aunty@domain.com" or $header_from: does not contain "grandma@domain.com" then if error_message then save "/dev/null" 660 else fail "Email not authorised please contact dad@domain.co.uk to seek authorisation" endif endif
    0
  • cPanelMichael
    Hello, I'm happy to see the issue is now resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.