26 lines
1.1 KiB
CFEngine3
26 lines
1.1 KiB
CFEngine3
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
|