diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:38:19 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:38:19 -0400 |
commit | 2c4d7b2bd506507a0a7d20b6049a6ad8f8b63245 (patch) | |
tree | bec451ea07e196520de28476994feb341d8f3ac6 /network/emailrelay | |
parent | d72e6ff9fcc34c124357efeaf04c3e085cb6ec19 (diff) |
network/emailrelay: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/emailrelay')
-rw-r--r-- | network/emailrelay/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/network/emailrelay/README b/network/emailrelay/README index 47e94fa533a6..3a7d7b669da6 100644 --- a/network/emailrelay/README +++ b/network/emailrelay/README @@ -1,6 +1,7 @@ -E-MailRelay is a simple SMTP proxy and store-and-forward message transfer agent -(MTA). When running as a proxy all e-mail messages can be passed through a -user-defined program, such as a spam filter, which can drop, re-address or edit -messages as they pass through. When running as a store-and-forward MTA incoming -messages are stored in a local spool directory, and then forwarded to the next -SMTP server on request. +E-MailRelay is a simple SMTP proxy and store-and-forward message +transfer agent (MTA). When running as a proxy all e-mail messages +can be passed through a user-defined program, such as a spam filter, +which can drop, re-address or edit messages as they pass through. When +running as a store-and-forward MTA incoming messages are stored in a +local spool directory, and then forwarded to the next SMTP server on +request. |