--- 1.13/README.txt 2016-10-18 16:10:20.000000000 -0500 +++ 1.14/README.txt 2016-10-25 16:41:39.000000000 -0500 @@ -1,4 +1,4 @@ -#1.13 +#1.14 Easy Spam Fighter Credit to http://olicomber.co.uk/blog/b/Easy,_reliable_spam_fighting_with_Exim @@ -49,6 +49,7 @@ EASY_HIGH_SCORE_DROP = 100 - very high scoring spam is dropped at this score, and not allowed to enter. EASY_SPF_PASS = -30 - If the SPF passes, the score drops by this amount EASY_SPF_SOFT_FAIL = 30 - If the SPF hits a softfail from ~all, this score is added. +EASY_SPF_FAIL = 100 - If the SPF hits a hard fail from -all: A:EASY_SPF_FAIL>=EASY_HIGH_SCORE_DROP, message is dropped. else B:EASY_SPF_FAIL is added to score. EASY_DKIM_PASS = -20 - If the DKIM Passes, the score drops by this amount EASY_DKIM_FAIL = 100 - If the DKIM Fails, the score is added. EASY_NO_REVERSE_IP = 100 - Sender IP must have a reverse IP lookup, or this score is added.