GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SFEED_MBOX(1) FreeBSD General Commands Manual SFEED_MBOX(1)

sfeed_mbox
format feed data to mboxrd

sfeed_mbox [file ...]

sfeed_mbox formats feed data (TSV) from sfeed(1) from stdin or for each file to stdout in the mboxrd format. If one or more file arguments are specified then the basename of the file is used as the feed name in the output. If no file arguments are specified and so the data is read from stdin then the feed name is empty. The mbox data can be further processed by tools like procmail(1) or fdm(1) for example. See the README file for some examples.

To make further filtering simpler some custom headers are set:
X-Feedname
The feed name, this is the basename of the feed file.

Include the content. This can be insecure for some of the mail clients that interpret HTML code in an unsafe way. By default this is set to "0".

The sfeed_mbox utility exits 0 on success, and >0 if an error occurs.

sfeed_mbox ~/.sfeed/feeds/*

To include the content. This can be insecure for some of the mail clients that interpret HTML code in an unsafe way:

SFEED_MBOX_CONTENT=1 sfeed_mbox ~/.sfeed/feeds/*

fdm(1), procmail(1), sfeed(1), sfeed(5)

Hiltjo Posthuma <hiltjo@codemadness.org>
August 4, 2021 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.