Initial commit.
This commit is contained in:
25
mail/spamassassin/99_struction_IXHASH.cf
Normal file
25
mail/spamassassin/99_struction_IXHASH.cf
Normal file
@@ -0,0 +1,25 @@
|
||||
loadplugin Mail::SpamAssassin::Plugin::iXhash /etc/mail/spamassassin/iXhash.pm
|
||||
# This makes DNS queries time out after 10 seconds (2x default)
|
||||
ixhash_timeout 10
|
||||
|
||||
# This list uses iX Magazine's spam as datasource.
|
||||
body IXHASH1 eval:ixhashtest('ix.dnsbl.manitu.net')
|
||||
describe IXHASH1 This mail has been classified as spam @ iX Magazine, Germany
|
||||
tflags IXHASH1 net
|
||||
score IXHASH1 2.5
|
||||
|
||||
# This list comes in @ spamtraps run by former LogIn & Solutions AG, Germany
|
||||
body IXHASH2 eval:ixhashtest('generic.ixhash.net')
|
||||
describe IXHASH2 mail has been classified as spam @ former LogIn&Solutions AG, Germany
|
||||
tflags IXHASH2 net
|
||||
score IXHASH2 1.5
|
||||
|
||||
body IXHASH3 eval:ixhashtest('ctyme.ixhash.net')
|
||||
describe IXHASH3 mail has been classified as spam @ JunkEmailFilter, Germany
|
||||
tflags IXHASH3 net
|
||||
score IXHASH3 1.0
|
||||
|
||||
body IXHASH4 eval:ixhashtest('hosteurope.ixhash.net')
|
||||
describe IXHASH4 mail has been classified as spam @ HostEurope, Germany
|
||||
tflags IXHASH4 net
|
||||
score IXHASH4 1.0
|
||||
Reference in New Issue
Block a user