Hello,
spews.org which is referenced in spamd.conf(5) is dead & now redirects
to a dieting system.
Attached diff swaps the spews reference in the man page to nixspam list
actually found in spamd.conf

Second diff removes the pointer to spamlinks.net which is also dead.


Sevan
Index: etc/mail/spamd.conf
===================================================================
RCS file: /cvs/src/etc/mail/spamd.conf,v
retrieving revision 1.7
diff -u -p -u -r1.7 spamd.conf
--- etc/mail/spamd.conf 11 May 2016 06:33:48 -0000      1.7
+++ etc/mail/spamd.conf 31 May 2016 16:02:37 -0000
@@ -13,8 +13,6 @@
 # Lists specified with the :white: capability apply to the previous
 # list with a :black: capability.
 #
-# As of November 2004, a place to search for blacklists is
-#     http://spamlinks.net/filter-bl.htm
 
 all:\
        :nixspam:
Index: share/man/man5/spamd.conf.5
===================================================================
RCS file: /cvs/src/share/man/man5/spamd.conf.5,v
retrieving revision 1.15
diff -u -p -r1.15 spamd.conf.5
--- share/man/man5/spamd.conf.5 14 Sep 2015 20:06:59 -0000      1.15
+++ share/man/man5/spamd.conf.5 31 May 2016 16:06:25 -0000
@@ -53,14 +53,14 @@ follows the syntax of configuration data
 Here is an example:
 .Bd -literal -offset indent
 all:\e
-       :spews1:override:myblack:
+       :nixspam:override:myblack:
 
-spews1:\e
+nixspam:\e
        :black:\e
-       :msg="SPAM. Your address \&%A is in the spews\e
-       level 1 database\ensee http://www.spews.org/ask.cgi?x=\&%A\en":\e
+       :msg="Your address %A is in the nixspam list\n\
+       See http://www.heise.de/ix/nixspam/dnsbl_en/ for details":\
        :method=http:\e
-       :file=www.spews.org/spews_list_level1.txt:
+       :file=www.openbsd.org/spamd/nixspam.gz
 
 override:\e
        :white:\e
@@ -90,13 +90,13 @@ The addresses in such a list are removed
 In the above example,
 if an address was present in all three lists,
 blacklists
-.Ar spews1
+.Ar nixspam
 and
 .Ar myblack ,
 as well as the exceptions list
 .Ar override ,
 the address would be removed from list
-.Ar spews1
+.Ar nixspam
 by the subsequent
 .Ar override
 list.
@@ -111,7 +111,7 @@ the following configuration
 would be used instead:
 .Bd -literal -offset indent
 all:\e
-       :spews1:override:myblack:override:
+       :nixspam:override:myblack:override:
 .Ed
 .Pp
 The source of the addresses for lists is

Reply via email to