diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-08 03:14:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-08 03:14:05 +0800 |
commit | 598deb38e848666f75cce44354e87cf29671e43e (patch) | |
tree | 78d7c8d490ec13abe9a37ab2c79853c13ccb071a /mail/rbl-milter | |
parent | 49fd7ac8bbf71846a9c78f78a37df7e833268a6e (diff) | |
download | freebsd-ports-graphics-598deb38e848666f75cce44354e87cf29671e43e.tar.gz freebsd-ports-graphics-598deb38e848666f75cce44354e87cf29671e43e.tar.zst freebsd-ports-graphics-598deb38e848666f75cce44354e87cf29671e43e.zip |
- Fix more linebreaks
Diffstat (limited to 'mail/rbl-milter')
-rw-r--r-- | mail/rbl-milter/pkg-descr | 13 | ||||
-rw-r--r-- | mail/rbl-milter/pkg-message | 14 |
2 files changed, 13 insertions, 14 deletions
diff --git a/mail/rbl-milter/pkg-descr b/mail/rbl-milter/pkg-descr index be41413cc1c..f4c851dd6fb 100644 --- a/mail/rbl-milter/pkg-descr +++ b/mail/rbl-milter/pkg-descr @@ -1,14 +1,13 @@ This is a simple sendmail milter which adds an X-RBL-Warning header to -any Xemails that are received that come from an open relay as -determined by your Xchoice of RBL checking service (i.e. -bl.spamcop.net). +any emails that are received that come from an open relay as +determined by your choice of RBL checking service (i.e. bl.spamcop.net). This is useful if you'd rather have the mail user agent (MUA) deal with - Xpotential spam rather than just blocking it in case you loose -legitimate Xmessages. Note that the X-RBL-Warning header is only set if -the site was Xfound to be an open-relay. +potential spam rather than just blocking it in case you loose +legitimate messages. Note that the X-RBL-Warning header is only set if +the site was found to be an open-relay. For more information, see the rbl-milter website at: WWW: http://opensource.confusticate.com/rbl-milter/ RBL-Milter was created by Jeremy Beker <gothmog@confusticate.com> and -the Xport is maintained by Ned Wolpert <wolpert@codeheadsystems.com> +the port is maintained by Ned Wolpert <wolpert@codeheadsystems.com> diff --git a/mail/rbl-milter/pkg-message b/mail/rbl-milter/pkg-message index c2ee36d516d..f67f1d53415 100644 --- a/mail/rbl-milter/pkg-message +++ b/mail/rbl-milter/pkg-message @@ -1,12 +1,12 @@ The start/stop script has been placed in $PREFIX/etc/rc.d/rbl-milter.sh - XRun the program now with the start command to get rbl-milter running. -By Xdefault, it uses the relays found at relays.ordb.org but you can -change that Xby modifying the script. It accepts multiple -d commands -for multiple Xsite checks. +Run the program now with the start command to get rbl-milter running. +By default, it uses the relays found at relays.ordb.org but you can +change that by modifying the script. It accepts multiple -d commands +for multiple site checks. Note that you will need to edit the proper sendmail.mc file in your -/etc/mail Xdirectory so that sendmail will pass mail to rbl-milter. If -you have not Xdone this before, do the following: +/etc/mail directory so that sendmail will pass mail to rbl-milter. +If you have not done this before, do the following: cd /etc/mail cp -p freebsd.mc `hostname`.mc @@ -22,4 +22,4 @@ and rebuild it make restart By default, the INPUT_MAIL_FILTER line will ignore the filter if -rbl-milter Xis not running. +rbl-milter is not running. |