diff options
author | 2012-05-14 16:58:46 +0000 | |
---|---|---|
committer | 2012-05-14 16:58:46 +0000 | |
commit | a18658d2a61b823bad9f439664ff0bb3b89743dd (patch) | |
tree | d0f36f0b83dcab047a32027ffb0920a7ce124f9c | |
parent | fixup "couldn't establish interrupt" error printf; from brad, ok phessler (diff) | |
download | wireguard-openbsd-a18658d2a61b823bad9f439664ff0bb3b89743dd.tar.xz wireguard-openbsd-a18658d2a61b823bad9f439664ff0bb3b89743dd.zip |
remove korea and china examples, as these files don't mirror reliably
and have been stubbed on openbsd.org anyway ok millert@ robert@ otto@
-rw-r--r-- | etc/mail/spamd.conf | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/etc/mail/spamd.conf b/etc/mail/spamd.conf index a5b9697acb7..9618f263658 100644 --- a/etc/mail/spamd.conf +++ b/etc/mail/spamd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: spamd.conf,v 1.3 2007/05/12 00:43:41 cnst Exp $ +# $OpenBSD: spamd.conf,v 1.4 2012/05/14 16:58:46 beck Exp $ # # spamd(8) configuration file, read by spamd-setup(8). # See also spamd.conf(5). @@ -17,7 +17,7 @@ # http://spamlinks.net/filter-bl.htm all:\ - :uatraps:nixspam:china:korea: + :uatraps:nixspam: # University of Alberta greytrap hits. # Addresses stay in it for 24 hours from time they misbehave. @@ -37,22 +37,6 @@ nixspam:\ :method=http:\ :file=www.openbsd.org/spamd/nixspam.gz -# Mirrored from http://www.okean.com/chinacidr.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.openbsd.org/spamd/chinacidr.txt.gz: - -# Mirrored from http://www.okean.com/koreacidr.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.openbsd.org/spamd/koreacidr.txt.gz: - # An example of a list containing addresses which should not talk to spamd. # #override:\ |