[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

errors in "stock" spamd.conf



I _think_ there may be errors in the default /etc/spamd.conf file incl
in OBSD 3.3 (then again, maybe I hallucinated some of this :)...

At any rate, the relaydb arguments contained an invalid "-4" argument
(i.e. relaydb -4lb ...), and the "myblack" & "mywhite" lists were
omitted from "all:".

In any case, I'd appreciate any feedback on the following spamd.conf:

Thnx,
Jay

------------------------------------------------------------

# $OpenBSD: spamd.conf,v 1.5 2003/03/11 10:13:16 david Exp $

< snip, snip for brevity >

all:\
        :china:korea:cbl:myblack:mywhite

# note: spews appears to be kaput as of this writing - 09/10/03

china:\
        :black:\
        :msg="SPAM. Your address %A appears to be from China\n\
        See http://www.okean.com/asianspamblocks.html for 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 details":\ 
        :method=http:\
        :file=www.okean.com/koreacidr.txt:

cbl:\
        :black:\
        :msg="SPAM. Your address %A is listed on the CBL\n\
        See http://cbl.abuseat.org/ for details":\
        :method=file:\
        :file=/home/jaymo/cbl_list.txt

myblack:\
        :black:\
        :msg="SPAM. Your address %A has spammed me previously, \n\
		and has been added to my blacklist.\n\
        You can kiss my fat ass for resolution":\
        :method=exec:\
        :file=relaydb -lb -f /home/jaymo/.relaydb:

mywhite:\
        :white:\
        :method=exec:\
        :file=relaydb -lw -f /home/jaymo/.relaydb: