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

Minor misspelling

This commit is contained in:
Derek Noonan 2025-04-07 12:44:33 +01:00 committed by GitHub
parent 0489be1e7d
commit 6515817469
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 = (