From 145b36a7bdff14c69a3e47ddd71e6c5ab7ddd152 Mon Sep 17 00:00:00 2001
From: Jan Philipp Timme <jan.philipp@timme.it>
Date: Tue, 14 Apr 2020 11:43:33 +0200
Subject: [PATCH] Replace test value

---
 main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <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)
-- 
GitLab