summaryrefslogtreecommitdiff
path: root/sfeed_mbox.1
blob: 1f499c26548fc78cb92ed3bba7c47a5fb84ca8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.Dd May 17, 2015
.Dt SFEED_MBOX 1
.Os
.Sh NAME
.Nm sfeed_mbox
.Nd formats a feeds file to mail
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
formats a feeds file (TSV) from
.Xr sfeed_update 1
to mail. It reads TSV data from stdin and writes e-mails to stdout. These can
be further processed by tools like
.Xr procmail 1 .
.Sh FORMAT
Depending on the original content\-type the mail will be formatted as
plain-text (text/plain) or HTML (text/html).
.Sh CUSTOM HEADERS
To make filtering simpler some custom headers are set:
.Bl -tag -width Ds
.It X-Feedname
The feedname (set in sfeedrc).
.El
.Sh SEE ALSO
.Xr procmail 1 ,
.Xr sfeed 1 ,
.Xr sfeed_update 1
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org