Chris Bennett wrote:
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
Hi Chris
Thanks for your email.
I did search the archives (2008-now), but could not find a similar
subject. Did I miss it?
Just to clarify: I am not complaining about not being able to connect to
the blacklist server or getting 404.
I am wondering, why the mirrored file available at openbsd.org is outdated.
If the files aren't mirrored anymore, one should remove the comment in
the spamd.conf saying that they are.
Can you give me a hint where similar questions have been asked
(timerange, subject?).
Many thanks
Jan