Hello,
I created a rule based on domains and referenced in a 'Who object'. But some emails are not catched by this rule.
This the object I define with a list of domains :
and I use it in this rule :
And this is a mail sample that didn't be catched by the rule (I anonymized the email and replaced my domain that list in the 'Who Object' with 'mydomain.fr') :
The most of the email emitted with a sender in mydomain.fr are catch by this rule, and some of them not.
Any idea ? How to set a debug mode ?
Regards.
I created a rule based on domains and referenced in a 'Who object'. But some emails are not catched by this rule.
This the object I define with a list of domains :
and I use it in this rule :
And this is a mail sample that didn't be catched by the rule (I anonymized the email and replaced my domain that list in the 'Who Object' with 'mydomain.fr') :
Code:
Delivered-To: martin.dupont@mydomain.fr
Return-Path:
Received: from SRV1.mydomain.loc (SRV1.mydomain.loc [x.x.x.x])
by srv5.mydomain.loc (Proxmox) with ESMTP id D35D21605BD
for <martin.dupont@mydomain.fr>; Sun, 20 Dec 2020 10:00:58 +0100 (CET)
From: Myapp@mydomain.fr
To: Martin DUPONT <martin.dupont@mydomain.fr>
Subject: [Projets] - Nouveau projet
Date: Sun, 20 Dec 2020 10:00:58 +0100
X-MailFwdBy: CN=Martin DUPONT/OU=XXX/O=MYCOMPANY
Auto-Submitted: auto-forwarded
Message-ID: <OFBBE1880E.6830DAF9-ONC1258644.003186ED@tech.mydomain.loc>
MIME-Version: 1.0
Content-type: text/html; charset=ISO-8859-1
Content-Disposition: inline
Content-transfer-encoding: quoted-printable
The most of the email emitted with a sender in mydomain.fr are catch by this rule, and some of them not.
Any idea ? How to set a debug mode ?
Regards.