about summary refs log tree commit homepage
path: root/sa_config/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-01-09 23:13:37 +0000
committerEric Wong <e@80x24.org>2014-01-09 22:37:54 +0000
commit3e96cf129ba5fc2834b691314c504aa363fd5cf4 (patch)
treedd5c42532049bc5dd2a420126edb9f07e9a5b9a0 /sa_config/README
downloadpublic-inbox-3e96cf129ba5fc2834b691314c504aa363fd5cf4.tar.gz
Diffstat (limited to 'sa_config/README')
-rw-r--r--sa_config/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/sa_config/README b/sa_config/README
new file mode 100644
index 00000000..6703c38f
--- /dev/null
+++ b/sa_config/README
@@ -0,0 +1,19 @@
+SpamAssassin configs for public-inbox.org
+-----------------------------------------
+
+root/ - files for system-wide use (plugins, rule definitions,
+        new rules should have a zero score which should be overridden)
+user/ - per-user config (keep as much in here as possible)
+        These files go into the users home directory
+
+All files in these example directory are CC0:
+To the extent possible under law, Eric Wong has waived all copyright and
+related or neighboring rights to these examples.
+
+Make targets
+------------
+
+        install-root - install system-wide files
+                       (run as root)
+        install-user - install user-specific files
+                       (run as the user public-inbox runs as)