notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
rbl-milter Milter that adds mail header warnings on mail from open-relays
0.30_6 mail on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.30_6Version of this port present on the latest quarterly branch.
Maintainer: dinoex@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-04-07 19:10:25
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: not specified in port
WWW:
https://github.com/jbeker/rbl-milter
Description:
This is a simple sendmail milter which adds an X-RBL-Warning header to 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 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. sbin/rbl-milter
Collapse this list.
Dependency lines:
  • rbl-milter>0:mail/rbl-milter
To install the port:
cd /usr/ports/mail/rbl-milter/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/rbl-milter
  • pkg install rbl-milter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rbl-milter
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (rbl-milter-0.30.tar.gz) = b8ab212d71fe39b589f4b1a819a606d1cfb7e62c06e3efbd1782e1ad79f932b4 SIZE (rbl-milter-0.30.tar.gz) = 35779

Packages (timestamps in pop-ups are UTC):
rbl-milter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.30_60.30_60.30_60.30_60.30_6-0.30_6-
FreeBSD:13:quarterly0.30_60.30_60.30_60.30_60.30_60.30_60.30_60.30_6
FreeBSD:14:latest0.30_60.30_60.30_60.30_60.30_60.30_6-0.30_6
FreeBSD:14:quarterly0.30_60.30_6-0.30_60.30_60.30_60.30_60.30_6
FreeBSD:15:latest0.30_60.30_6n/a0.30_6n/a0.30_60.30_60.30_6
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
mail_rbl-milter
USES:
gmake
pkg-message:
For install:
Add to your /etc/rc.conf rblmilter_enable="YES" Then run the milter with: $PREFIX/etc/rc.d/rbl-milter start By default, it uses the relays found at relays.ordb.org but you can change that by setting rblmilter_flags in /etc/rc.conf: rblmilter_flags="-l -r -d relays.ordb.org" Note that you will need to edit the proper sendmail.mc file in your /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 Add the INPUT_MAIL_FILTER line to the file: INPUT_MAIL_FILTER(`rbl-milter',`S=local:/var/run/rbl-milter') and rebuild it make make install make restart By default, the INPUT_MAIL_FILTER line will ignore the filter if rbl-milter is not running.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.gnu-darwin.org/distfiles/
Collapse this list.

Number of commits found: 41

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.30_6
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.30_6
20 Jul 2022 14:22:19
commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.30_6
06 Apr 2021 14:54:39
commit hash: a6e9d47485701df703529f51077590436dbb7750commit hash: a6e9d47485701df703529f51077590436dbb7750commit hash: a6e9d47485701df703529f51077590436dbb7750commit hash: a6e9d47485701df703529f51077590436dbb7750 files touched by this commit
Dirk Meyer (dinoex) search for other commits by this committer
mailer.conf cleanup comments
0.30_6
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.30_6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.30_6
16 Apr 2020 14:59:58
Revision:531853Original commit files touched by this commit
dinoex search for other commits by this committer
- revert merge
1.2_4
16 Apr 2020 14:49:59
Revision:531850Original commit files touched by this commit
dinoex search for other commits by this committer
- cleanup rc.d script
0.30_5
24 Nov 2019 19:49:46
Revision:518356Original commit files touched by this commit
dinoex search for other commits by this committer
- update MASTER_SITES
0.30_5
06 Nov 2019 14:00:19
Revision:516887Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
0.30_5
13 Aug 2019 22:29:43
Revision:508882Original commit files touched by this commit
mat search for other commits by this committer
onvert to UCL & cleanup pkg-message (categories l-m)
0.30_5
01 Jan 2019 19:05:58
Revision:488924Original commit files touched by this commit
dinoex search for other commits by this committer
- update WWW:
0.30_5
01 Jul 2018 10:17:19
Revision:473663Original commit files touched by this commit
dinoex search for other commits by this committer
- bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
0.30_4
13 Feb 2016 09:03:16
Revision:408774Original commit files touched by this commit
dinoex search for other commits by this committer
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by:	matthew (Matthew Seaman)
0.30_3
25 Mar 2015 11:41:18
Revision:382203Original commit files touched by this commit
marino search for other commits by this committer
mail category: Remove $PTHREAD_LIBS

Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests.   The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week.  It's a forward
action to submit a PR against mail/sendmail.

  * antivirus-milter (CP)
  * dk-milter        (CP)
  * milter-regex     (CP)
  * sendmail         (CP, QA)

approved by:	PTHREAD blanket
0.30_3
02 Mar 2015 23:31:10
Revision:380306Original commit files touched by this commit
bapt search for other commits by this committer
Remove Author from pkg-descr and white space fixes
0.30_3
28 Jul 2014 23:20:38
Revision:363275Original commit files touched by this commit
adamw search for other commits by this committer
Rename mail/ patch-xy patches to reflect the files they modify.
0.30_3
07 Jul 2014 15:31:02
Revision:361099Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
0.30_3
07 Dec 2013 05:06:24
Revision:335807Original commit files touched by this commit
dinoex search for other commits by this committer
- add USES=gmake
0.30_3
29 Nov 2013 19:56:51
Revision:335217Original commit files touched by this commit
dinoex search for other commits by this committer
- use STAGEDIR
0.30_3
21 Sep 2013 11:06:04
Revision:327804Original commit files touched by this commit
dinoex search for other commits by this committer
- fix misplaced NO_STAGE in slaveports and ifdefs
0.30_3
20 Sep 2013 19:59:14
Revision:327742Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
0.30_3
26 Jan 2013 16:34:40
Revision:311027Original commit files touched by this commit
dinoex search for other commits by this committer
- cleanup header
0.30_3
05 Aug 2012 23:19:40
Original commit files touched by this commit
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
0.30_3
14 Jan 2012 14:52:13
Original commit files touched by this commit
dinoex search for other commits by this committer
- escape shell names
0.30_3
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
0.30_3
19 Nov 2011 14:10:33
Original commit files touched by this commit
dinoex search for other commits by this committer
- use Author:
Feature safe:   yes
0.30_3
06 Nov 2011 23:45:43
Original commit files touched by this commit
dougb search for other commits by this committer
Standardize WWW: tags a bit more:

1. Remove white space from the beginning of lines
2. Make the canonical WWW the last line of the file
3. Remove lines to the effect of, "More information can be found at..."
   that's the stated purpose of the WWW: tags in the first place.
4. Change secondary WWW: lines to use other text to avoid confusion

While I'm here, remove some more useless Author: lines, and some
prepended white space to other lines.

Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
0.30_3
03 Jul 2011 13:53:52
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
0.30_3
15 Jul 2009 16:56:10
Original commit files touched by this commit
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
0.30_3
28 Mar 2009 15:32:58
Original commit files touched by this commit
dinoex search for other commits by this committer
- use RCNG script
0.30_2
13 Jan 2007 04:16:24
Original commit files touched by this commit
dinoex search for other commits by this committer
- use milter framework
0.30_2
09 Nov 2006 12:43:27
Original commit files touched by this commit
dinoex search for other commits by this committer
- take maintainership
0.30_2
25 Nov 2005 15:31:02
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.30_2
26 Apr 2005 08:20:57
Original commit files touched by this commit
vs search for other commits by this committer
Use PLIST_FILES & SUB_FILES
0.30_2
26 Mar 2004 02:16:08
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data.
0.30_2
26 Mar 2004 00:56:15
Original commit files touched by this commit
trevor search for other commits by this committer
E-mail to the maintainer bounced with:

        451 codeheadsystems.com: Name server timeout
        Message could not be delivered for 5 days
0.30_2
16 Feb 2004 02:32:34
Original commit files touched by this commit
kris search for other commits by this committer
Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION.
0.30_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
0.30
07 Apr 2003 19:14:06
Original commit files touched by this commit
dinoex search for other commits by this committer
- Fix more linebreaks
0.30
07 Apr 2003 19:09:33
Original commit files touched by this commit
dinoex search for other commits by this committer
This is a simple sendmail milter which adds an X-RBL-Warning header to
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
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 port is maintained by Ned Wolpert <wolpert@codeheadsystems.com>

PR:             45605
Submitted by:   wolpert@codeheadsystems.com

Number of commits found: 41