From a5b5bfcb0227884187392f752e3c8a29612cc399 Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Mon, 8 Oct 2018 12:41:31 -0400 Subject: [PATCH] Add some additional body filter spam rules --- roles/postfix/templates/local.cf.j2 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/roles/postfix/templates/local.cf.j2 b/roles/postfix/templates/local.cf.j2 index f6387b0e..e3961925 100644 --- a/roles/postfix/templates/local.cf.j2 +++ b/roles/postfix/templates/local.cf.j2 @@ -56,5 +56,18 @@ body __BODY_1_2 /any action in reliance upon, this information by persons or ent body __BODY_1_3 /contact the sender and delete the material from any computer./ body __BODY_1_4 /not sold to us or shared by any person or authority/ meta BODY_1_TEST (__BODY_1_1 && __BODY_1_2 && __BODY_1_3 && __BODY_1_4) -score BODY_1_TEST 6.0 +score BODY_1_TEST 7.0 describe BODY_1_TEST Fake education conference spam + +body __BODY_2_1 /Notice: We hold the complete ownership of the material keeping in/ +body __BODY_2_2 /interested party and consequences. Any review, retransmission/ +meta BODY_2_TEST (__BODY_2_1 && __BODY_2_2) +score BODY_2_TEST 7.0 +describe BODY_2_TEST Fake education conference spam + + +body __BODY_3_1 /Please be advised: Use of this information or taking action based/ +body __BODY_3_2 /review, retransmission, and dissemination, by any person/ +meta BODY_3_TEST (__BODY_3_1 && __BODY_3_2) +score BODY_3_TEST 7.0 +describe BODY_3_TEST Fake education conference spam