summaryrefslogtreecommitdiffstats
path: root/modules/mail/files/patch/ham
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-06-17 11:45:11 -0400
committerJesse Luehrs <doy@tozt.net>2023-06-17 11:45:11 -0400
commitfa15146aafe1fd393280cffd013f85365d8623b3 (patch)
treeecd2a2a2c75057a813a7c27c2a654b905028f36a /modules/mail/files/patch/ham
parent5011e793b1427d1cb31ac4c0b012169a68b2bfc9 (diff)
downloadpuppet-tozt-fa15146aafe1fd393280cffd013f85365d8623b3.tar.gz
puppet-tozt-fa15146aafe1fd393280cffd013f85365d8623b3.zip
fix up some more mailu config
Diffstat (limited to 'modules/mail/files/patch/ham')
-rwxr-xr-xmodules/mail/files/patch/ham5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/mail/files/patch/ham b/modules/mail/files/patch/ham
deleted file mode 100755
index 815e538..0000000
--- a/modules/mail/files/patch/ham
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-tee >(rspamc -h antispam:11334 -P mailu learn_ham /dev/stdin) \
- >(rspamc -h antispam:11334 -P mailu -f 11 fuzzy_del /dev/stdin) \
- >(rspamc -h antispam:11334 -P mailu -f 13 fuzzy_add /dev/stdin)