1
0
mirror of https://github.com/mgeeky/decode-spam-headers.git synced 2025-05-25 01:17:03 +02:00

Merge pull request from noonand/patch-1

Minor misspelling
This commit is contained in:
Mariusz Banach 2025-04-17 17:12:22 +02:00 committed by GitHub
commit 7a3b958904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2005,7 +2005,7 @@ class SMTPHeadersAnalysis:
('105', 'Identified Sender Addresses', self.testSenderAddress),
# Make this last one, always
('106', 'Unsual SMTP headers', self.testUnusualHeaders),
('106', 'Unusual SMTP headers', self.testUnusualHeaders),
)
testsDecodeAll = (