slackbuilds_ponce/network/fdm
Andrew Clemons c4ea91c326
network/fdm: Fix for upstream tarball change.
Upstream replaced the tarball and the new one does not have
an autogen.sh script.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-07 08:45:28 +07:00
..
fdm.info network/fdm: Fix MD5SUM. 2022-03-07 08:45:27 +07:00
fdm.SlackBuild network/fdm: Fix for upstream tarball change. 2022-03-07 08:45:28 +07:00
README
slack-desc

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.