aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 16dd6f941b875372910eed8d33b5ec88cf996a3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rssmail

This program literally just polls an RSS feed for updates and sends the
description via `/sbin/sendmail`.

Usage:
```sh
./rssmail rss_url to_address ts_file from_address default_title
```

Example:
```sh
./rssmail https://social.treehouse.systems/@AsahiLinux.rss '~runxiyu/asahi-announce@lists.sr.ht' ts.1 me@runxiyu.org 'Asahi Linux Update'
```