Skip to main content

Email messages moved to SPAM folder

Comments

4 comments

  • LucasRolff
    It's a big possibility that the mail client can be the one moving it into spam.
    0
  • albatroz
    If so, how could it be tracked?
    It's a big possibility that the mail client can be the one moving it into spam.

    0
  • LucasRolff
    If so, how could it be tracked?

    tcpdump with a certificate if they connect over TLS and see what mail traffic is going on between the client and the server. You could also ask the client if they have any rules in their client or possibly ask them to disable spam filtering (for those applications who offer this).
    0
  • cPanelMichael
    Hello @albatroz, You could also search for one of the specific messages that was moved to the SPAM folder using the exigrep utility. EX: exigrep "$SUBJECT" /var/log/exim_mainlog
    Replace $SUBJECT with the subject of one of the affected messages (leave the quotes) and see if you notice any filter actions. If so, it's likely an Exim filtering rule moving the email. If not, it's likely an email client moving the email. For tips on reading the Exim logs, see this resource: Thank you.
    0

Please sign in to leave a comment.