1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-24 06:04:47 +00:00

The nixspam spam-sources list was decommisioned in January and now

returns false positives in an attempt to encourage users to deconfigure
it. As this was the only list in the default spamd.conf, and the linked
wikipedia page that used to show other lists was removed in April 2024,
the default spamd.conf doesn't really seem useful any more, so remove it.

Pointed out by Peter Hansteen.  ok phessler@
This commit is contained in:
sthen
2025-09-28 12:30:49 +00:00
parent 8727583199
commit 0ffe623c4b
3 changed files with 1 additions and 42 deletions

View File

@@ -13,7 +13,6 @@
./etc/mail.rc
./etc/mail/aliases
./etc/mail/smtpd.conf
./etc/mail/spamd.conf
./etc/mailer.conf
./etc/master.passwd
./etc/motd

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2015/12/22 07:39:00 sunil Exp $
# $OpenBSD: Makefile,v 1.14 2025/09/28 12:30:49 sthen Exp $
all clean:
@@ -7,8 +7,6 @@ distribution:
${DESTDIR}/etc/mail/aliases
${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \
${DESTDIR}/etc/mail/smtpd.conf
${INSTALL} -c -o root -g wheel -m 644 spamd.conf \
${DESTDIR}/etc/mail/spamd.conf
.PHONY: distribution
.include <bsd.own.mk>

View File

@@ -1,38 +0,0 @@
# $OpenBSD: spamd.conf,v 1.9 2018/07/22 17:09:43 jmc Exp $
#
# spamd(8) configuration file, read by spamd-setup(8).
# See also spamd.conf(5).
#
# Configures lists for spamd(8).
#
# Strings follow getcap(3) convention escapes, except you
# can have a bare colon (:) inside a quoted string and it
# will deal with it. See spamd-setup(8) for more details.
#
# "all" must be here, and defines the order in which lists are applied.
# Lists specified with the :white: capability apply to the previous
# list with a :black: capability.
#
# As of June 2016, a place to search for blacklists is
# http://en.wikipedia.org/wiki/Comparison_of_DNS_blacklists
# - most of these are DNS-based only and cannot be used with spamd(8),
# but some of the lists also provide access to text files via rsync.
all:\
:nixspam:
# Nixspam recent sources list.
# Mirrored from http://www.heise.de/ix/nixspam
nixspam:\
:black:\
:msg="Your address %A is in the nixspam list\n\
See http://www.heise.de/ix/nixspam/dnsbl_en/ for details":\
:method=https:\
:file=www.openbsd.org/spamd/nixspam.gz
# An example of a list containing addresses which should not talk to spamd.
#
#override:\
# :white:\
# :method=file:\
# :file=/var/db/override.txt: