From fa15146aafe1fd393280cffd013f85365d8623b3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Jun 2023 11:45:11 -0400 Subject: fix up some more mailu config --- modules/mail/files/patch/ham | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 modules/mail/files/patch/ham (limited to 'modules/mail/files/patch/ham') 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) -- cgit v1.2.3-54-g00ecf