THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
The top file is ixhash.cf - the bottom file is ixhash.pm. #
- copy paste the bottom half into a file called ixhash.pm
...
- 2. copy-paste the top half into a file called "ixhash.cf"
...
- 3. place ixhash.pm somewhere that is global r/x - like /etc/mail/spamassassin
...
- 4. edit the ixhash.cf to reflect where ixhash.pm is. 5.
...
- copy ixhash.cf into /etc/mail/spamassasssin
No Format |
---|
loadplugin Mail::SpamAssassin::Plugin::iXhash /path/to/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 IXHASH eval:ixhashtest('ix.dnsbl.manitu.net') describe IXHASH This mail has been classified as spam @ iX Magazine, Germany tflags IXHASH net score IXHASH 1.5 # This list comes in @ spamtraps run by LogIn & Solutions AG, Germany # Manually verified stuff body LOGINHASH1 eval:ixhashtest('nospam.login-solutions.de') describe LOGINHASH1 mail has been classified as spam @ LogIn&Solutions AG, Germany tflags LOGINHASH1 net score LOGINHASH1 1.5 # This list contains hashes from Mails classified as spam at a larger company based in Germany # Lots of stuff, but automatically categorized and contributed body LOGINHASH2 eval:ixhashtest('nospam.login-solutions.ag') describe LOGINHASH2 mail has been classified as spam @ unknown company, Germany tflags LOGINHASH2 net score LOGINHASH2 1.5 |
...