mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
Fix another typo before releasing 9.0.5
This commit is contained in:
@@ -64,7 +64,8 @@ EMAIL_SAMPLE_CONTENT_TYPES = (
|
|||||||
"text/rfc-822-headers",
|
"text/rfc-822-headers",
|
||||||
"message/rfc822",
|
"message/rfc822",
|
||||||
"message/rfc-822",
|
"message/rfc-822",
|
||||||
"message/rfc822-headersmessage/rfc-822-headers",
|
"message/rfc822-headers",
|
||||||
|
"message/rfc-822-headers",
|
||||||
)
|
)
|
||||||
|
|
||||||
IP_ADDRESS_CACHE = ExpiringDict(max_len=10000, max_age_seconds=14400)
|
IP_ADDRESS_CACHE = ExpiringDict(max_len=10000, max_age_seconds=14400)
|
||||||
|
|||||||
Reference in New Issue
Block a user