From a61fc00fa495e144fbfadb354b7b82c3abc4b721 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 4 Aug 2015 15:59:18 -0700 Subject: unobscure item before applying connection filter --- include/items.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index a14e47e0f..856954a57 100755 --- a/include/items.php +++ b/include/items.php @@ -3377,6 +3377,9 @@ function post_is_importable($item,$abook) { return true; require_once('include/html2plain.php'); + + unobscure($item); + $text = prepare_text($item['body'],$item['mimetype']); $text = html2plain($text); -- cgit v1.2.3