How to test EFA with low scoring Spammail

Questions and answers about how to do stuff
Post Reply
chris00r
Posts: 4
Joined: 08 Mar 2016 17:58

How to test EFA with low scoring Spammail

Post by chris00r »

Hello,

i am new to the efa-project. I am really suprised how good the system works. Furthermore i am not a Mail-Administrator, but I will learn every day more. I got a question:

Is it possible to test the EFA-System with a "low-Scoring" Spammail, so i can among others test the notification for the users oder the "x-spam-flag"? I know the EICAR testmail for Viruses and the GTUBE teststring, but they have a spam score with 1000, so i get not notifications.

Greetings, chris00r
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: How to test EFA with low scoring Spammail

Post by shawniverson »

You can define your own custom rule, that is what I do, for example...

/etc/mail/spamassassin/local.cf

Code: Select all

body SPAM_TEST_RULE   /SPAM123456789/
score SPAM_TEST_RULE 3
describe SPAM_TEST_RULE       Test Spam Rule
Then send an email with the string SPAM123456789 in the body. :D
chris00r
Posts: 4
Joined: 08 Mar 2016 17:58

Re: How to test EFA with low scoring Spammail

Post by chris00r »

thx, exactly what i looked for!
Post Reply