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