opnsense-ports/mail/rss2email3/pkg-message
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
655 B
Text

Quick Howto
Create a new feed database:
> r2e new you@example.com
Edit $HOME/.config/rss2email.cfg if you so desire. Unless you've installed
a local sendmail-equivalent MTA, you'll need to edit the SMTP options.
Your local database is stored in $HOME/.local/share/rss2email.json
Subscribe to some feeds:
> r2e add freebsd-news http://www.freebsd.org/news/rss.xml
Avoid the "first run flood" of all existing posts from the feed:
> r2e run --no-send
Run it through cron. Feel free to increase or decrease the interval.
0 */4 * * * %%PREFIX%%/r2e run
There is only output if there's an error (which you probably want emailed to you
from cron anyway).