slackbuilds_ponce/network/fdm
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
fdm.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
fdm.SlackBuild network/fdm: fixed build failure with recent gcc 2011-02-28 09:42:04 -06:00
GNUmakefile.patch network/fdm: fixed build failure with recent gcc 2011-02-28 09:42:04 -06:00
README network/fdm: fixed build failure with recent gcc 2011-02-28 09:42:04 -06:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

fdm is a program to fetch mail and deliver it in various ways depending on a
user-supplied ruleset.  Mail may be fetched from stdin, IMAP or POP3 servers,
or from local maildirs, and filtered based on whether it matches a regexp,
its size or age, or the output of a shell command.  It can be rewritten by
an external process, dropped, left on the server, or delivered into maildirs,
mboxes, to a file or pipe, or any combination.

fdm is designed to be lightweight but powerful, with a compact but clear
configuration syntax.  It is primarily designed for single-user uses but may
also be configured to deliver mail in a multi-user setup.  In this case,
it uses privilege separation to minimise the amount of code running as
the root user.