diff --git a/Ansible/templates/rss2email.cfg.j2 b/Ansible/templates/rss2email.cfg.j2 index 42a9475..65a586a 100644 --- a/Ansible/templates/rss2email.cfg.j2 +++ b/Ansible/templates/rss2email.cfg.j2 @@ -18,7 +18,7 @@ trust-guid = True trust-link = False reply-changes = False encodings = US-ASCII, ISO-8859-1, UTF-8, BIG5, ISO-2022-JP -post-process = rss2email.post_process.prettify process +post-process = digest-post-process = html-mail = False multipart-html = False @@ -94,4 +94,7 @@ url = https://www.eff.org/rss/updates.xml url = https://benhays.org/lwn-features.xml [feed.lwn-all] -url = https://benhays.org/lwn-all.xml \ No newline at end of file +url = https://benhays.org/lwn-all.xml + +[feed.phoronix] +url = https://www.phoronix.com/rss.php \ No newline at end of file