diff --git a/main.py b/main.py index 0b3ae39..9416d06 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 ' + test_from_value = '=?UNKNOWN?Q?=E1?= Foo ' logger.info(f"Begin of test().") test_instance = SuspiciousFrom() test_instance.header('from', test_from_value)