Jan Dev wrote:
Hi all

The /etc/mail/spamd.conf shipped with OpenBSD 4.6 says that the china blacklist
located at <http://www.okean.com/chinacidr.txt> is mirrored
at <http://www.openbsd.org/spamd/chinacidr.txt.gz>.

Currently, this does not seem to be the case.
The OpenBSD's says #last updated 2008.09.29 1227 PDT (UTC -7)
The currently available at okean says #last updated 2010.01.11 1033 PST (UTC -8)

Does someone now, why the mirroring is not done anymore?
Can this be fixed?

Many thanks

Jan


Search this list, there were previous posts about this

I use this: (plus adjust spamd.conf also)

# cat okean
#!/bin/sh
ftp -o /var/db/china.txt http://www.okean.com/chinacidr.txt
ftp -o /var/db/korea.txt http://www.okean.com/koreacidr.txt


# crontab -l
39      15      *       *       *       /bin/sh /root/okean


--
A human being should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders,
give orders, cooperate, act alone, solve equations, analyze a new
problem, pitch manure, program a computer, cook a tasty meal, fight
efficiently, die gallantly. Specialization is for insects.
  -- Robert Heinlein

Reply via email to