|
# $OpenBSD: spamd.conf,v 1.7 2016/05/11 06:33:48 jsg 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 November 2004, a place to search for blacklists is
|
|
# http://spamlinks.net/filter-bl.htm
|
|
|
|
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=http:\
|
|
: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:
|