Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add or document X-Microsoft-Antispam-Mailbox-Delivery and others #299

Open
RalphCorderoy opened this issue Jul 12, 2021 · 2 comments
Open

Comments

@RalphCorderoy
Copy link

Please consider decoding an interpreting other Microsoft header fields, for example:

  • X-Microsoft-Antispam-Mailbox-Delivery
  • X-Microsoft-Antispam-Message-Info

And if they can't be added for some reason, document in the README why not so future visitors looking to interpret them know they're not covered. Thanks.

@Bouke
Copy link

Bouke commented May 4, 2023

This would be great! However there seems to be a lack of documentation, see also: https://github.com/MicrosoftDocs/microsoft-365-docs/issues/1682 and https://github.com/MicrosoftDocs/microsoft-365-docs/issues/7857.

@SM19-Tech
Copy link

If you see below in the email header with SCL 1 and SFV: NSPM then please do check the following attribute 'TrustedListsOnly' in 'Get-MailboxJunkEmailConfiguration'.

X-Microsoft-Antispam-Mailbox-Delivery:
ucf:0;jmr:0;ex:1;auth:0;dest:J;OFR:SpamFilterAuthJ;ENG:(910001)(944506478)(944626604)(920097)(890001)(250001)(435001)(930097)(3100021);RF:JunkEmail;

If this is set to True then "Only messages from email address or domain entries in the Safe Senders list and the Safe Recipients list are delivered to the Inbox. All other messages are automatically delivered to the Junk Email folder".

Default value should be 'False'. You can use 'Set-MailboxJunkEmailConfiguration -TrustedListsOnly $false'.

Reference document:
https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailboxjunkemailconfiguration?view=exchange-ps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants