diff --git a/main.py b/main.py index 0b3ae395f385975b17c188a4ec1abb238885aa8f..9416d06f54fde3404e167afc4ebfbe10df5b2b9f 100644 --- a/main.py +++ b/main.py @@ -128,7 +128,7 @@ def main(): def test(): # simple method to deal with unexpected exceptions on the fly :( - test_from_value = '=?UNKNOWN?Q?Nat=E1lia?= Reis via DBWorld <dbworld@cs.wisc.edu>' + test_from_value = '=?UNKNOWN?Q?=E1?= Foo <foo@example.com>' logger.info(f"Begin of test().") test_instance = SuspiciousFrom() test_instance.header('from', test_from_value)