X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fpron_spam;h=7d1572800273a6b5725398679b76254e2f93365e;hp=b241d9d02f72f6126abf8fee30a38a4d6a2080d6;hb=1a58e10c4c2cf88bb10f3374f65d57f7abc3b6ac;hpb=4642cb84664858ef3a0975f298c1145728ff8342 diff --git a/common/pron_spam b/common/pron_spam index b241d9d..7d15728 100644 --- a/common/pron_spam +++ b/common/pron_spam @@ -214,6 +214,11 @@ body PRETTYGIRL /\bpretty girl/i describe PRETTYGIRL pretty girls trying to seduce bugs score PRETTYGIRL 2 +# blarson 2007-10-16 +body HAVESEX /\bhave\s+sex\b/i +describe HAVESEX have sex +score HAVESEX 3 + # zobel 2007-10-14 body XXXBODY /xxx/i describe XXXBODY Body containing xxx @@ -222,6 +227,7 @@ score XXXBODY 4 #zobel body __CNSITES1 /\bdot\s+cn\b/i body __CNSITES2 /\b\s+cn\b/i -body CNSITESPRON __CNSITES1 || __CNSITES2 +meta CNSITESPRON __CNSITES1 || __CNSITES2 describe CNSITESPRON dot cn pron -body CNSITESPRON 4 +score CNSITESPRON 4 +