From 2203b2e53d0bbba8262e6b1a00669e482124ba19 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 30 Mar 2014 23:11:09 -0700 Subject: [PATCH] .config/rss2email.cfg: More per-feed from addresses I missed these ones in 72b610f6 (.config/rss2email.cfg: Add per-feed from addresses, 2014-03-29). --- src/.config/rss2email.cfg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/.config/rss2email.cfg b/src/.config/rss2email.cfg index ab88e90..885ec1f 100644 --- a/src/.config/rss2email.cfg +++ b/src/.config/rss2email.cfg @@ -76,97 +76,122 @@ verbose = warning [feed.xkcd] url = http://xkcd.com/atom.xml name-format = xkcd +from = xkcd@rss2email.invalid [feed.xkcd-what-if] url = http://what-if.xkcd.com/feed.atom name-format = xkcd: What If? +from = xkcd-what-if@rss2email.invalid [feed.indexed] url = http://thisisindexed.com/feed/ +from = indexed@rss2email.invalid [feed.hyperbole-and-a-half] url = http://feeds.feedburner.com/Hyperbole-and-a-half?format=xml +from = hyperbole-and-a-half@rss2email.invalid [feed.night-vale] url = http://feeds.feedburner.com/WelcomeToNightVale +from = night-vale@rss2email.invalid [feed.dilbert-blog] url = http://feed.dilbert.com/dilbert/blog +from = dilbert-blog@rss2email.invalid [feed.coding-confessional] url = http://www.codingconfessional.com/feed name-format = {feed-title} +from = coding-confessional@rss2email.invalid [feed.biophysical-journal] url = http://www.cell.com/rssFeed/biophysj/rss.NewIssueAndArticles.xml name-format = Biophys. J. +from = biophysical-journal@rss2email.invalid [feed.pnas] url = http://www.pnas.org/rss/current.xml name-format = PNAS: {author} +from = pnas@rss2email.invalid [feed.nature-issue] url = http://feeds.nature.com/nature/rss/current name-format = Nature: {author} +from = nature-issue@rss2email.invalid [feed.nature-aop] url = http://feeds.nature.com/nature/rss/aop name-format = Nature AOP: {author} +from = nature-aop@rss2email.invalid [feed.ajp] url = http://ajp.aapt.org/search_rss?q=&possible1=PAPERS&possible1zone=sec1&key=AJPIAS&sortby=newestdate&recordspage=20&rss=rss&rsstitle=American%20Journal%20of%20Physics%20|%20Articles%20from%20PAPERS name-format = AJP +from = ajp@rss2email.invalid [feed.tpt] url = http://tpt.aapt.org/search_rss?q=&possible1=PAPERS&possible1zone=sec1&key=PHTEAH&sortby=newestdate&recordspage=20&rss=rss&rsstitle=The%20Physics%20Teacher%20|%20Articles%20from%20PAPERS name-format = TPT +from = tpt@rss2email.invalid [feed.aps-physics] url = http://feeds.aps.org/rss/recent/physics.xml name-format = APS physics spotlight +from = aps-physics@rss2email.invalid [feed.aps-prl-picks] url = http://feeds.aps.org/rss/recent/prlsuggestions.xml name-format = PRL picks: {author} +from = aps-prl-picks@rss2email.invalid [feed.aps-prl-interdisciplinary] url = http://feeds.aps.org/rss/tocsec/PRL-SoftMatterBiologicalandInterdisciplinaryPhysics.xml name-format = PRL soft: {author} +from = aps-prl-interdisciplinary@rss2email.invalid [feed.aps-pre] url = http://feeds.aps.org/rss/recent/pre.xml name-format = PRE: {author} +from = aps-pre@rss2email.invalid [feed.aps-prst-per] url = http://feeds.aps.org/rss/recent/prstper.xml name-format = PRST: {author} +from = aps-prst-per@rss2email.invalid [feed.arxiv-physics.ed] url = http://export.arxiv.org/api/query?search_query=cat:physics.ed-ph&sortBy=lastUpdatedDate&sortOrder=descending name-format = ArXiv Phys. Ed.: {author} +from = arxiv-physics.ed@rss2email.invalid [feed.jrst] url = http://onlinelibrary.wiley.com/rss/journal/10.1002/%28ISSN%291098-2736 name-format = JRST: {author} +from = jrst@rss2email.invalid [feed.rss2email] url = http://www.allthingsrss.com/rss2email/feed/ +from = rss2email@rss2email.invalid [feed.github-engineering] url = https://github.com/blog/engineering.atom name-format = GitHub Eng.: {author} +from = github-engineering@rss2email.invalid [feed.github-ship] url = https://github.com/blog/ship.atom name-format = GitHub Ship: {author} +from = github-ship@rss2email.invalid [feed.python-checkins] url = http://rss.gmane.org/messages/complete/gmane.comp.python.cvs name-format = Python: {author} +from = python-checkins@rss2email.invalid [feed.wireless-patches] url = http://wireless.kernel.org/en/developers/Documentation/SubmittingPatches?diffs=1&show_att=1&action=rss_rc&unique=0&page=en%2Fdevelopers%2FDocumentation%2FSubmittingPatches&ddiffs=1 name-format = {feed-title} +from = wireless-patches@rss2email.invalid [feed.agile-stack] url = http://feeds.feedburner.com/agilestack?format=xml -- 2.26.2