[BACK]Return to spamd.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/spamd.conf, Revision 1.2

1.2     ! deraadt     1: # $OpenBSD: spamd.conf,v 1.1 2003/03/08 19:03:44 beck Exp $
1.1       beck        2: #
1.2     ! deraadt     3: # spamd config file, read by spamd.conf(5) and spamd-setup(8)
1.1       beck        4: #
                      5: # Configures whitelists and blacklists for spamd
                      6: #
                      7: # Strings follow getcap(3) convention escapes, other than you
                      8: # can have a bare colon (:) inside a quoted string and it
                      9: # will deal with it. See spamd-setup(8) for more details.
                     10: #
                     11: # "all" must be here, and defines the order in which lists are applied
                     12: # whitelists apply to the previous blacklist. more than one whitelist
                     13: # may be applied to each blacklist
                     14:
                     15: all:\
1.2     ! deraadt    16:        :spews1:china:korea:
1.1       beck       17:
                     18: spews1:\
                     19:         :black:\
                     20:         :msg="SPAM. Your address %A is in the spews level 1 database\n\
                     21:        See http://www.spews.org/ask.cgi?x=%A for more details":\
                     22:         :method=http:\
                     23:         :file=www.spews.org/spews_list_level1.txt:
                     24:
                     25: spews2:\
                     26:         :black:\
                     27:         :msg="SPAM. Your address %A is in the spews level 2 database\n\
                     28:        See http://www.spews.org/ask.cgi?x=%A for more details":\
                     29:         :method=http:\
                     30:         :file=www.spews.org/spews_list_level2.txt:
                     31:
                     32: china:\
                     33:         :black:\
                     34:        :msg="SPAM. Your address %A appears to be from china\n\
                     35:        See http://www.okean.com/asianspamblocks.html for more details":\
                     36:         :method=http:\
                     37:         :file=www.okean.com/chinacidr.txt:
                     38:
                     39: korea:\
                     40:         :black:\
                     41:        :msg="SPAM. Your address %A appears to be from korea\n\
                     42:        See http://www.okean.com/asianspamblocks.html for more details":\
                     43:         :method=http:\
                     44:         :file=www.okean.com/koreacidr.txt:
                     45:
                     46:
                     47: # Whitelists are done like this, and must be added to "all" after each
                     48: # blacklist from which you want the addresses in the whitelist removed.
                     49: #
                     50: #whitelist:\
                     51: #        :white:\
                     52: #        :file=/var/mail/whitelist.txt