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) combination for a given watch list. This is what FreshPorts will look for.

Port details
spamilter Sendmail LibMilter filter to block spam
0.60_5 mail on this many watch lists=5 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.60_5Version of this port present on the latest quarterly branch.
Maintainer: dinoex@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-06-11 05:55:08
Last Update: 2024-03-23 11:19:32
Commit Hash: d7511b9
People watching this port, also watch:: unzip, python, rpm2cpio, zip
License: BSD4CLAUSE
WWW:
https://www.wanlink.com/spamilter/
Description:
Spamilter is a Sendmail milter written entierly in C, and therefore is faster and less cpu intensive than other interperative based solutions. It blocks spam using the following methods; * Configurable Realtime DNS Blacklists * Sender Address verification * Configurable Black and White lists * Invalid MTA hostname verfication * Basic Virus/Worm file attachment rejection for files ending in .pif, .scr, etc.. via MsExtChk filter * SPF via libspf * Realtime firewall blocking of MTA hosts with invalid host names via MtaHostIpfw filter * Realtime rate limited connection blocking via firewall rule injection All actions are logged via syslog with both the sender and the recipient. From this, report generation and notification to recipients showing activity becomes extremely simple. LICENSE: BSD 4-clause Copyright 2003 - Neal Horman. All rights reserved. This product includes software developed by Neal Horman.
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 (9 items)
Collapse this list.
  1. bin/dnsblchk
  2. bin/dnsblupd
  3. bin/mxlookup
  4. bin/spamilter
  5. bin/spamilter-system-report
  6. bin/spamilter-user-report
  7. /usr/local/share/licenses/spamilter-0.60_5/catalog.mk
  8. /usr/local/share/licenses/spamilter-0.60_5/LICENSE
  9. /usr/local/share/licenses/spamilter-0.60_5/BSD4CLAUSE
Collapse this list.
Dependency lines:
  • spamilter>0:mail/spamilter
To install the port:
cd /usr/ports/mail/spamilter/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/spamilter
  • pkg install spamilter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: spamilter
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (spamilter-0.60.tgz) = 5eb25801c6a04c4a838593186a91b4f093d64331aceea03cd622d5d3716ed2d5 SIZE (spamilter-0.60.tgz) = 81793 SHA256 (spamilter-0.59-2005-11-08.patch.gz) = c0840056aaa403c502e634be84a3916fbc00f20bc31a31e2afb685ce3001c5cc SIZE (spamilter-0.59-2005-11-08.patch.gz) = 5189

Packages (timestamps in pop-ups are UTC):
spamilter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.60_50.60_50.60_50.60_50.60_5-0.60_5-
FreeBSD:13:quarterly0.60_50.60_50.60_50.60_50.60_50.60_50.60_50.60_5
FreeBSD:14:latest0.60_50.60_50.60_50.60_50.60_50.60_5-0.60_5
FreeBSD:14:quarterly0.60_50.60_5-0.60_50.60_50.60_50.60_50.60_5
FreeBSD:15:latest0.60_50.60_5n/a0.60_5n/a0.60_50.60_50.60_5
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. fakeroot : security/fakeroot
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for spamilter-0.60_5: DOCS=on: Build and/or install documentation IPFWMTAD=off: build ipfwmtad (requires openssl) LIBSPF=off: build with libspf PAM=off: Pluggable authentication module support SMTP_AFTER_POP3=off: SMTP after POP3 ===> Use 'make config' to modify these settings
Options name:
mail_spamilter
USES:
tar:tgz shebangfix fakeroot
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.wanlink.com/spamilter/download/
Collapse this list.

Number of commits found: 71

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.60_5
23 Mar 2024 11:19:32
commit hash: d7511b9d00742c3e2d57c6c03718c4a6f4cd3e72commit hash: d7511b9d00742c3e2d57c6c03718c4a6f4cd3e72commit hash: d7511b9d00742c3e2d57c6c03718c4a6f4cd3e72commit hash: d7511b9d00742c3e2d57c6c03718c4a6f4cd3e72 files touched by this commit
Tijl Coosemans (tijl) search for other commits by this committer
Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV

And remove it from individual ports.  Use WRK_ENV in custom build
commands where necessary.

FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists.  This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.

If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.60_5
08 Jan 2024 09:47:51
commit hash: e5013a51dca45127edfa853ba8a1efba964a413ecommit hash: e5013a51dca45127edfa853ba8a1efba964a413ecommit hash: e5013a51dca45127edfa853ba8a1efba964a413ecommit hash: e5013a51dca45127edfa853ba8a1efba964a413e files touched by this commit
Dirk Meyer (dinoex) search for other commits by this committer
mail/spamilter: set BROKEN for more openssl versions
0.60_5
31 Dec 2023 00:37:05
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
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.60_5
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.60_5
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.60_5
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.60_5
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.60_5
01 May 2020 12:34:37
Revision:533535Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build with -fno-common
0.60_5
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.60_4
24 Nov 2019 19:54:53
Revision:518358Original commit files touched by this commit
dinoex search for other commits by this committer
- update WWW
0.60_4
23 Oct 2018 16:34:44
Revision:482846Original commit files touched by this commit
jbeich search for other commits by this committer
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
0.60_4
19 Oct 2018 19:27:11
Revision:482452Original commit files touched by this commit
dinoex search for other commits by this committer
- make ipfwmtad optional
- fix build on FreeBSD-12
0.60_4
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.60_3
15 Jan 2018 10:55:01
Revision:459031Original commit files touched by this commit
dinoex search for other commits by this committer
- Add IPv6 AAAA Lookups for MtaHostChk
PR:		196756
Submitted by:	jvp@lateapex.net
0.60_2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.60_2
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.60_1
21 Nov 2015 19:42:40
Revision:402189Original commit files touched by this commit
dinoex search for other commits by this committer
- cleanup pkg-descr
0.60_1
30 May 2015 23:21:45
Revision:388043Original commit files touched by this commit
bapt search for other commits by this committer
Switch from NEED_ROOT to USES=fakeroot
0.60_1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
0.60_1
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.60_1
03 Aug 2014 16:19:18
Revision:363922Original commit files touched by this commit
dinoex search for other commits by this committer
- fix order in USES
0.60_1
29 Jul 2014 19:11:53
Revision:363374Original commit files touched by this commit
adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
0.60_1
15 Jul 2014 16:14:15
Revision:361961Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
0.60_1
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.60_1
27 Mar 2014 21:20:44
Revision:349366Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build with custom CC
0.60_1
09 Mar 2014 13:57:07
Revision:347572Original commit files touched by this commit
dinoex search for other commits by this committer
- update LICENSE
0.60_1
05 Dec 2013 08:39:07
Revision:335656Original commit files touched by this commit
dinoex search for other commits by this committer
- use STAGEDIR
- use OPT_* flags
- use SHEBANG_FILES
0.60_1
27 Nov 2013 20:25:57
Revision:335053Original commit files touched by this commit
dinoex search for other commits by this committer
- use OPTIONS_DEFINE
0.60_1
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.60_1
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.60_1
13 Oct 2012 13:39:59
Revision:305832Original commit files touched by this commit
dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
0.60_1
15 Aug 2012 01:04:30
Original commit files touched by this commit
dougb search for other commits by this committer
Fix problem introduced in r302141. The directory for the  unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
0.60_1
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.60_1
02 Mar 2012 14:56:37
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 6.X

PR:             ports/165608
Submitted by:   pgollucci
Approved by:    portmgr (hat)
0.60_1
14 Jan 2012 14:49:25
Original commit files touched by this commit
dinoex search for other commits by this committer
- escape shell names
0.60_1
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.60_1
03 Jul 2011 13:53:52
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
0.60_1
15 May 2011 02:49:17
Original commit files touched by this commit
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
0.60_1
15 Oct 2010 22:12:43
Original commit files touched by this commit
dinoex search for other commits by this committer
- cleanup LICENSE_FILE
0.60_1
11 Jun 2010 07:51:14
Original commit files touched by this commit
dinoex search for other commits by this committer
- add COPYRIGHT
0.60_1
05 Jun 2010 07:52:39
Original commit files touched by this commit
dinoex search for other commits by this committer
LICENSE BSD
0.60_1
06 Nov 2009 06:49:25
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build for option WITH_LIBSPF
0.60_1
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.60_1
21 Jun 2009 13:38:42
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build with custom PREFIX
Reported by:    QAT
0.60_1
07 May 2009 05:06:37
Original commit files touched by this commit
dinoex search for other commits by this committer
- new option WITH_LIBSPF
Submitted by:   Paul Koene
0.60_1
16 Jan 2009 19:54:13
Original commit files touched by this commit
dinoex search for other commits by this committer
- use RC_SUBR
0.60
16 Jan 2009 19:53:36
Original commit files touched by this commit
dinoex search for other commits by this committer
- add LICENSE:
0.60
25 Jul 2008 12:24:09
Original commit files touched by this commit
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
0.60
04 Oct 2007 01:49:29
Original commit files touched by this commit
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
0.60
17 Mar 2007 09:01:35
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build with sendmail in base
  no longer depend on the sendmail source in base
0.60
05 Feb 2007 12:49:48
Original commit files touched by this commit
markus search for other commits by this committer
Utilize PORTDOCS

Approved by:    dinoex (maintainer)
0.60
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.60
19 Jul 2006 04:02:59
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build on RELENG_6
Submitted by:   ume (Hajimu UMEMOTO)
0.60
15 May 2006 15:35:23
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build on FreeBSD 700014
Submitted by:   Hajimu UMEMOTO
0.60
30 Apr 2006 19:13:27
Original commit files touched by this commit
dinoex search for other commits by this committer
- mark BROKEN on FreeBSD 7.x
0.60
31 Mar 2006 05:53:40
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build on 7-CURRENT
Submitted by:   Hajimu UMEMOTO
0.60
17 Dec 2005 08:41:24
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix missing/obsolete patches
- new options WITH_PAM SMTP_AFTER_POP3
0.60
14 Dec 2005 15:42:39
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 0.60
0.59_2
13 Nov 2005 09:26:50
Original commit files touched by this commit
dinoex search for other commits by this committer
- add SHA checksum
0.59_2
08 Nov 2005 10:02:22
Original commit files touched by this commit
dinoex search for other commits by this committer
- make patchsite fixable
Submitted by:   Pav Lucistnik
0.59_2
08 Nov 2005 08:23:24
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix a violation of RFC2821
Reported by:    Claus Assmann
0.59_1
27 Jul 2005 17:35:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- reset IGNORE for FreeBSD >= 5.4
0.59_1
17 Dec 2004 04:38:34
Original commit files touched by this commit
dinoex search for other commits by this committer
- rename option
  SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
0.59_1
16 Dec 2004 21:07:39
Original commit files touched by this commit
dinoex search for other commits by this committer
- register depedency for SENDMAIL_WITH_SHARED_MILTER
0.59_1
16 Dec 2004 20:57:39
Original commit files touched by this commit
dinoex search for other commits by this committer
- Fix threading for FreeBSD 5.2.1
0.59_1
27 Nov 2004 06:02:53
Original commit files touched by this commit
dinoex search for other commits by this committer
- Fix build on alpha4
0.59_1
17 Aug 2004 10:36:32
Original commit files touched by this commit
kris search for other commits by this committer
s/BROKEN/IGNORE/ because the package builds but is unusable.

# XXX Is it really still unusable?
0.59_1
19 Jul 2004 04:45:33
Original commit files touched by this commit
dinoex search for other commits by this committer
- new option SENDMAIL_PORT
0.59_1
15 Jun 2004 03:11:58
Original commit files touched by this commit
dinoex search for other commits by this committer
- update distifo
distfiles was rerolled at Apr 29
list of extensions extended
example configuration files added
0.59
11 Jun 2004 05:54:38
Original commit files touched by this commit
dinoex search for other commits by this committer
Spamilter is a Sendmail milter written entierly in C, and therefore
is faster and less cpu intensive than other interperative based solutions.

It blocks spam using the following methods;

    * Configurable Realtime DNS Blacklists
    * Sender Address verification
    * Configurable Black and White lists
    * Invalid MTA hostname verfication
    * Basic Virus/Worm file attachment rejection for files ending
      in .pif, .scr, etc.. via MsExtChk filter
    * SPF via libspf

Also;

    * Realtime firewall blocking of MTA hosts with invalid host names via
      MtaHostIpfw filter
    * Realtime rate limited connection blocking via firewall rule injection

All actions are logged via syslog with both the sender and the recipient.
From this, report generation and notification to recipients showing
 activity becomes extremely simple.

WWW: http://www.wanlink.com/spamilter/index.php

Number of commits found: 71