mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2025-09-08 12:52:55 +02:00
Added two Office365 opaque rules: 42882007 and 78352004 identified by ipSlav
This commit is contained in:
@ -900,7 +900,11 @@ class SMTPHeadersAnalysis:
|
||||
|
||||
# Triggered on an empty text message, subject "test" - that was marked with "Domain Impersonation", however
|
||||
# ForeFront Anti-Spam headers did not support that Domain Impersonation. Weird.
|
||||
'22186003' : '(GUESSING) Something to do with either Text message (non-HTML) or probable Domain Impersonation'
|
||||
'22186003' : '(GUESSING) Something to do with either Text message (non-HTML) or probable Domain Impersonation',
|
||||
|
||||
# Found by @ipSlav (https://github.com/mgeeky/decode-spam-headers/issues/15)
|
||||
'42882007' : 'Missing Reply-To Address. Might be fixed by adding -ReplyTo flag to Send-MailMessage',
|
||||
'78352004' : 'Missing Reply-To Address. Might be fixed by adding -ReplyTo flag to Send-MailMessage',
|
||||
}
|
||||
|
||||
ForeFront_Spam_Confidence_Levels = {
|
||||
|
Reference in New Issue
Block a user