summaryrefslogtreecommitdiff
path: root/sfeed_mbox.1
blob: 650041d07257567f5f3847ac746b9718dcdef59e (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
31
32
33
.Dd May 17, 2015
.Dt SFEED_MBOX 1
.Os
.Sh NAME
.Nm sfeed_mbox
.Nd formats a feeds file to mbox
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
formats a feeds file (TSV) from
.Xr sfeed 1
to mbox. It reads TSV data from stdin and writes mail in the mbox format
to stdout. These can be further processed by tools like
.Xr procmail 1
or
.Xr fdm 1
for example.
.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 fdm 1 ,
.Xr procmail 1 ,
.Xr sfeed 1
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org