From 72b610f62c58f002f6e8f61eeeacd165160cbdc0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 29 Mar 2014 09:34:17 -0700 Subject: [PATCH] .config/rss2email.cfg: Add per-feed from addresses This makes it easy to sort feed mail with notmuch, which doesn't index arbitrary bonus headers. --- src/.config/rss2email.cfg | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/.config/rss2email.cfg b/src/.config/rss2email.cfg index a5a0aeb..ab88e90 100644 --- a/src/.config/rss2email.cfg +++ b/src/.config/rss2email.cfg @@ -171,93 +171,122 @@ name-format = {feed-title} [feed.agile-stack] url = http://feeds.feedburner.com/agilestack?format=xml name-format = {feed-title} +from = agile-stack@rss2email.invalid [feed.flameeyes] url = https://blog.flameeyes.eu/articles.atom +from = flameeyes@rss2email.invalid [feed.peter-stuge] url = http://peter.stuge.se/atom/1 +from = peter-stuge@rss2email.invalid [feed.greg-kh] url = http://www.kroah.com/log/index.rss +from = greg-kh@rss2email.invalid [feed.planet-gentoo] url = http://planet.gentoo.org/atom.xml +from = planet-gentoo@rss2email.invalid [feed.gentoo-universe] url = http://planet.gentoo.org/universe/atom.xml +from = gentoo-universe@rss2email.invalid [feed.third-bit] url = http://third-bit.com/feed.xml name-format = Third Bit: {author} +from = third-bit@rss2email.invalid [feed.third-bit-comments] url = http://thirdbit.disqus.com/latest.rss name-format = Third Bit: {author} +from = third-bit-comments@rss2email.invalid [feed.swc] url = http://software-carpentry.org/feed.xml +from = swc@rss2email.invalid [feed.amybrown] url = http://amyrhoda.wordpress.com/feed/ +from = amybrown@rss2email.invalid [feed.ctb] url = http://ivory.idyll.org/blog/feeds/all.atom.xml name-format = CTB: {author} +from = ctb@rss2email.invalid [feed.feed.ctb-comments] url = http://ivory-blog.disqus.com/latest.rss name-format = CTB: {author} +from = ctb-comments@rss2email.invalid [feed.computinged] url = http://computinged.wordpress.com/feed/ +from = computinged@rss2email.invalid [feed.computinged-comments] url = http://computinged.wordpress.com/comments/feed/ +from = computinged-comments@rss2email.invalid [feed.escience] url = http://escience.washington.edu/blog/feed +from = escience@rss2email.invalid [feed.michael-nielsen] url = http://michaelnielsen.org/blog/feed/ +from = michael-nielsen@rss2email.invalid [feed.michael-nielsen-ddi] url = http://www.michaelnielsen.org/ddi/feed/ +from = michael-nielsen-ddi@rss2email.invalid [feed.hernan-grecco] url = http://python-in-the-lab.blogspot.com/feeds/posts/default +from = hernan-grecco@rss2email.invalid [feed.olympian-news] url = http://www.theolympian.com/news/index.rss +from = olympian-news@rss2email.invalid [feed.olympian-education] url = http://www.theolympian.com/education/index.rss +from = olympian-education@rss2email.invalid [feed.olympian-education-blog] url = http://www.theolympian.com/edupdates/index.rss +from = olympian-education-blog@rss2email.invalid [feed.olympian-around-south-sound] url = http://www.theolympian.com/around-south-sound-blog/index.rss +from = olympian-around-south-sound@rss2email.invalid [feed.tacoma-news-tribune-local] url = http://www.thenewstribune.com/local-news/index.rss +from = tacoma-news-tribune-local@rss2email.invalid [feed.tacoma-news-tribune-tech] url = http://www.thenewstribune.com/apheadlines/technology/index.rss +from = tacoma-news-tribune-tech@rss2email.invalid [feed.tacoma-news-tribune-edu] url = http://www.thenewstribune.com/education-news/index.rss +from = tacoma-news-tribune-edu@rss2email.invalid [feed.tacoma-tech-connect] url = http://tacomatechconnect.blogspot.com/feeds/posts/default +from = tacoma-tech-connect@rss2email.invalid [feed.careers.stackoverflow] url = http://careers.stackoverflow.com/jobs/feed?location=tacoma%2c+washington&range=20&distanceUnits=Miles +from = carreers.stackoverflow@rss2email.invalid [feed.python-jobs] url = http://feeds.feedburner.com/python/pyjobo?format=xml name-format = {feed-title} +from = python-jobs@rss2email.invalid [feed.andrew-fry] url = http://andrewfry.blogspot.com/feeds/posts/default +from = andrew-fry@rss2email.invalid -- 2.26.2