update
This commit is contained in:
parent
2c1acb743c
commit
a2440b9584
|
@ -32,6 +32,7 @@
|
|||
- `ARC-Authentication-Results`
|
||||
- `X-MSFBL`
|
||||
- `X-Ovh-Spam-Reason`
|
||||
- `X-VR-SPAMCAUSE`
|
||||
- `X-VR-SPAMSCORE`
|
||||
- and more...
|
||||
|
||||
|
|
|
@ -270,6 +270,7 @@ class SMTPHeadersAnalysis:
|
|||
'X-MSFBL',
|
||||
'X-Ovh-Spam-Reason',
|
||||
'X-VR-SPAMSCORE',
|
||||
'X-VR-SPAMCAUSE',
|
||||
)
|
||||
|
||||
auth_result = {
|
||||
|
|
Loading…
Reference in New Issue