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

Re: errors in "stock" spamd.conf



On Wed, 10 Sep 2003 22:32:28 -0600, you wrote:

>Hmm, maybe we need a getcap(5) man page. The existing *cap(5)
>man pages don't have a huge amount of detail (to say the least).

No argument from me :).  In the meantime could you possibly explain
why this version of spamd.conf intermittently excludes the single
address I've loaded in "myblack" (the /home/jaymo/.relaydb file)?

I'm updating the cbl list with an 'rsync' in my user's crontab 5
minutes before the hour, and saving the file in the location shown
below. spamd-setup is run from root's crontab on the hour. The "test
address" I've stored in .relaydb keeps popping in and out of the spamd
table as evidenced by perusing the result of: 
 pfctl -t spamd -T show > /home/jaymo/addrs.txt 

---- spamd.conf file -----

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

## also tried ":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: