diff --git a/functions.php b/functions.php index 6e6903d17..9f3505f93 100644 --- a/functions.php +++ b/functions.php @@ -1156,7 +1156,7 @@ _debug("update_rss_feed: user record not found, creating..."); } - if (!find_article_filter($article_filters, 'catchup')) { + if ($score >= -500 && !find_article_filter($article_filters, 'catchup')) { $unread = 'true'; $last_read_qpart = 'NULL'; } else {