summaryrefslogtreecommitdiffstats
path: root/network/fdm
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 17:40:07 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 17:40:07 -0400
commit89194d14294c60eddb569efd1972e3ecd6e5a435 (patch)
tree77ed6bafa0fdc33fb4102392083178f2aeb24adf /network/fdm
parent98b571c2fb8bed092da41f977c6b1d868814be72 (diff)
downloadslackbuilds-89194d14294c60eddb569efd1972e3ecd6e5a435.tar.gz
slackbuilds-89194d14294c60eddb569efd1972e3ecd6e5a435.tar.xz
network/fdm: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/fdm')
-rw-r--r--network/fdm/README23
1 files changed, 12 insertions, 11 deletions
diff --git a/network/fdm/README b/network/fdm/README
index a426739e87..0c6db1a5b3 100644
--- a/network/fdm/README
+++ b/network/fdm/README
@@ -1,12 +1,13 @@
-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 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.
+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.