diff options
author | Grigorios Bouzakis <grbzks@xsmail.com> | 2011-02-20 01:09:55 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-28 09:42:04 -0600 |
commit | 205fd2c562ebd24fc237a1afdfef2103f1e079e9 (patch) | |
tree | 6a5cdd885567b6bebe0079207f8c35bedfb5a456 /network/fdm/README | |
parent | 2062bf16019ebbc0af74e2c58b6a574c418b3f0c (diff) | |
download | slackbuilds-205fd2c562ebd24fc237a1afdfef2103f1e079e9.tar.gz |
network/fdm: fixed build failure with recent gcc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/fdm/README')
-rw-r--r-- | network/fdm/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/fdm/README b/network/fdm/README index e04c410099..a426739e87 100644 --- a/network/fdm/README +++ b/network/fdm/README @@ -1,12 +1,12 @@ 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, +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, +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, +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. |