ref: f54eeb8f8bcb1307f1c7161e3f87a1e3ca201676
parent: 854c60f24c7671a31f61cef272363df2ddf551f0
author: sl <sl@x1yg3>
date: Sun Jul 6 18:23:47 EDT 2025
add getspamhaus
--- a/INDEX
+++ b/INDEX
@@ -26,6 +26,7 @@
flacsplit - Split single FLAC into multiple files based on .cue sheet using shntool.
fromdos - uncook text
gaff - rcpu to or rimport from gaff.inri.net
+getspamhaus - download https://www.spamhaus.org/drop/drop.txt to /mail/lib/spamhaus
img - upload an image to http://img.stanleylieber.com
n700 - Set preferred X11 mouse acceleration for Lenovo N700 wireless mouse.
nauth - rcpu to or rimport from auth.inri.net
--- /dev/null
+++ b/getspamhaus
@@ -1,0 +1,5 @@
+#!/bin/rc
+rfork n
+webfs &&
+hget https://www.spamhaus.org/drop/drop.txt >/usr/$user/tmp/drop.txt &&
+fcp /usr/$user/tmp/drop.txt /mail/lib/spamhaus
--
⑨