Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Jose A. Ortega Ruiz" <jao@gnu.org>
To: info-gnus-english@gnu.org
Subject: Re: RSS with Gnus (elfeed backend?)
Date: Fri, 02 Apr 2021 21:44:37 +0100	[thread overview]
Message-ID: <87tuool8lm.fsf@gnus.jao.io> (raw)
In-Reply-To: <87tuopnq4k.fsf@pc-117-162.ovh.com>

On Fri, Apr 02 2021, Garjola Dindi wrote:

> Hi José,
>
> Thanks for the hint! It seems an interesting replacement for feeds2imap.
> I guess that all feeds go to the same e-mail address and that you use
> splitting to create different groups?

Yes, more or less.  When adding new feeds to the r2e list, one can
specify the email address per feed, and i set it to things like
jao+programming@localhost, jao+news@localhost, etc., and then filter on
the part after + in the address to group my emails into categories (in
my case, the filter is a sieve script, since i use dovecot for other
things and have it my LDA, but gnus can do similar filtering).  To ease
filtering, r2e also lets you define a message header of your choice that
will be added to all emails.

> Would you be willing to share your configuration?

This is an extract of my config (r2e updates it when you use commands to
add or remove feeds and the like).  Reading it i discovered that r2e is
also able to deliver to maildirs, BTW (setting email-protocol to
maildir):

        [DEFAULT]
        from = r2e@localhost
        user-agent = rss2email/__VERSION__ (__URL__)
        use-8bit = True
        force-from = False
        use-publisher-email = True
        name-format = {feed-title}: {author}
        to = jao@localhost
        unicode-snob = True
        links-after-each-paragraph = True
        body-width = 0
        email-protocol = smtp
        sendmail = /usr/sbin/sendmail
        smtp-auth = False
        smtp-username = username
        smtp-password = password
        smtp-server = localhost
        smtp-port = 25
        smtp-ssl = False

        [feed.morningpaper]
        url = https://blog.acolyer.org/feed/
        to = jao+programming@localhost

        [feed.notevenwrong]
        url = http://www.math.columbia.edu/~woit/wordpress/?feed=rss2
        to = jao+physics@localhost

        [feed.wondermark]
        url = http://feeds.feedburner.com/wondermark
        to = jao+fun@localhost

        [feed.smbc]
        url = https://www.smbc-comics.com/comic/rss
        to = jao+fun@localhost

        [feed.existential]
        url = https://existentialcomics.com/rss.xml
        to = jao+fun@localhost

        [feed.emacsplanet]
        url = https://planet.emacslife.com/atom.xml
        to = jao+emacs@localhost

        [feed.jao]
        url = https://jao.io/blog/rss.xml
        to = jao+programming@localhost

        [feed.in-our-time]
        url = https://podcasts.files.bbci.co.uk/b006qykl.rss
        to = jao+podcasts@localhost

As an aside, a very nice side-effect of using something like r2e is that
the contents of the feeds are indexed and searchable by Gnus (i like to
use the dovecot and notmuch backends).

Cheers,
jao
-- 
Since when do we have to agree with people to defend them from
injustice? -Lillian Hellman, playwright (20 Jun 1905-1984)


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2021-04-02 22:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-01 18:59 Garjola Dindi
2021-04-01 19:19 ` Jose A. Ortega Ruiz
2021-04-02  6:43   ` Garjola Dindi
2021-04-02 20:44     ` Jose A. Ortega Ruiz [this message]
2021-04-03  7:34       ` Garjola Dindi
2021-04-02 15:04 ` Jeffrey DeLeo
2021-04-02 15:29   ` Garjola Dindi
2021-04-02 18:21     ` Tim Landscheidt
2021-04-03  7:30       ` Garjola Dindi
2021-04-04  0:06         ` Eric Abrahamsen
2021-04-04  9:59           ` Garjola Dindi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tuool8lm.fsf@gnus.jao.io \
    --to=jao@gnu.org \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).