You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Spencer 361a1a36c4 network/fdm: Updated for version 1.9. 11 years ago
..
README network/fdm: fixed build failure with recent gcc 16 years ago
fdm.SlackBuild network/fdm: Updated for version 1.9. 11 years ago
fdm.info network/fdm: Updated for version 1.9. 11 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 13 years ago

README

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.