From 80413f53b8848b09a4b03aa0ff9db4d2c252a777 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Fri, 22 Dec 2017 08:28:47 +0100 Subject: [PATCH] added more refanging patches --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 406516f..d5ee8be 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,12 @@ Obviously, you would like to filter mails based on subject or from address and p - defang from https://bitbucket.org/johannestaas/defang - Patch defang/defang/__init__.py by commenting out the following line (not used && not compatible with Python 3): `from urllib2 import urlparse` -- Optionally patch defang/defang/__init__.py and add dirty_line = dirty_line.replace('hxxp', 'http') at line 47 +- Optionally patch defang/defang/__init__.py and add at line 47: +``` + dirty_line = dirty_line.replace('hxxp', 'http') + dirty_line = dirty_line.replace('purr', 'http') + dirty_line = dirty_line.replace('meow', 'http') +``` ### Thunderbird [deprecated]