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