summaryrefslogtreecommitdiff
path: root/etc/spamd.conf
blob: 2c40091eb70d0eb33ae60f1aa85bb05b1eccd7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# $OpenBSD: spamd.conf,v 1.4 2003/03/10 22:39:51 dhartmei Exp $
#
# spamd config file, read by spamd-setup(8) for spamd(8)
#
# See spamd.conf(5)
#
# Configures whitelists and blacklists for spamd
#
# Strings follow getcap(3) convention escapes, other than 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
# whitelists apply to the previous blacklist. more than one whitelist
# may be applied to each blacklist 

all:\
	:spews1:china:korea:

spews1:\
        :black:\
        :msg="SPAM. Your address %A is in the spews level 1 database\n\
	See http://www.spews.org/ask.cgi?x=%A for more details":\
        :method=http:\
        :file=www.spews.org/spews_list_level1.txt:

spews2:\
        :black:\
        :msg="SPAM. Your address %A is in the spews level 2 database\n\
	See http://www.spews.org/ask.cgi?x=%A for more details":\
        :method=http:\
        :file=www.spews.org/spews_list_level2.txt:

china:\
        :black:\
	:msg="SPAM. Your address %A appears to be from China\n\
	See http://www.okean.com/asianspamblocks.html for more details":\
        :method=http:\
        :file=www.okean.com/chinacidr.txt:

korea:\
        :black:\
	:msg="SPAM. Your address %A appears to be from Korea\n\
	See http://www.okean.com/asianspamblocks.html for more details":\
        :method=http:\
        :file=www.okean.com/koreacidr.txt:


# Whitelists are done like this, and must be added to "all" after each
# blacklist from which you want the addresses in the whitelist removed.
#
#whitelist:\
#        :white:\
#        :file=/var/mail/whitelist.txt

relaydb-black:\
	:black:\
	:msg="SPAM. Your address %A is in my relaydb list.":\
	:method=exec:\
	:file=relaydb -4lb:

relaydb-white:\
	:white:\
	:method=exec:\
	:file=relaydb -4lw: