From 96a77639331bf4f7c644cca2e527c2b3e3eaef32 Mon Sep 17 00:00:00 2001 From: Benjamin Hays Date: Thu, 28 Nov 2024 16:19:48 -0500 Subject: [PATCH] fix rss2email error --- Ansible/templates/rss2email.cfg.j2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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