You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.3 KiB
33 lines
1.3 KiB
Patch by Robert Scheck <robert@fedoraproject.org> for iXhash2 >= 2.05 which |
|
sets some useful defaults based on Mail::SpamAssassin::Plugin::iXhash2. |
|
|
|
--- iXhash2-2.05/iXhash2.cf 2012-07-08 13:29:31.000000000 +0200 |
|
+++ iXhash2-2.05/iXhash2.cf.conf 2017-12-05 23:44:34.000000000 +0100 |
|
@@ -1,20 +1,17 @@ |
|
+# iXhash computes MD5 checksums of fragments of the body of an e-mail |
|
+# and compares them to those of known spam using DNS queries to a RBL- |
|
+# like name server. So it works similar to the standard plugins that |
|
+# use the Pyzor, Razor and DCC software packages. |
|
|
|
# Note: loadplugin should really go into local.pre or so |
|
-loadplugin Mail::SpamAssassin::Plugin::iXhash2 iXhash2.pm |
|
+loadplugin Mail::SpamAssassin::Plugin::iXhash2 |
|
|
|
ifplugin Mail::SpamAssassin::Plugin::iXhash2 |
|
|
|
-ixhashdnsbl GENERIC_IXHASH generic.ixhash.net. |
|
-body GENERIC_IXHASH eval:check_ixhash('GENERIC_IXHASH') |
|
-tflags GENERIC_IXHASH net |
|
- |
|
ixhashdnsbl NIXSPAM_IXHASH ix.dnsbl.manitu.net. |
|
body NIXSPAM_IXHASH eval:check_ixhash('NIXSPAM_IXHASH') |
|
+describe NIXSPAM_IXHASH http://www.nixspam.org/ |
|
tflags NIXSPAM_IXHASH net |
|
- |
|
-ixhashdnsbl SEM_IXHASH ixhash.spameatingmonkey.net. |
|
-body SEM_IXHASH eval:check_ixhash('SEM_IXHASH') |
|
-tflags SEM_IXHASH net |
|
+score NIXSPAM_IXHASH 3.0 |
|
|
|
endif |
|
-
|
|
|