X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fphrase_spam;h=853842665be50ad772ec7d31683226d271103c08;hp=45d3dab1eee974ddcdb830a7d9212f155a5ed907;hb=2414ab40f59bb0805ec0ba6b27f0d2626ec362cf;hpb=f6d55eaea1939d8524427886e55beb247e30f5d0 diff --git a/common/phrase_spam b/common/phrase_spam index 45d3dab..8538426 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -1107,3 +1107,12 @@ describe USERSLIST_BODY5 fifth potential Spam reconnaissance: text phrases meta META_USERSLIST (( USERSLIST_HEADER1 + USERSLIST_BODY1 + USERSLIST_BODY2 ) || ( USERSLIST_HEADER1 + USERSLIST_BODY3 + USERSLIST_BODY4 ) || ( USERSLIST_HEADER1 + USERSLIST_BODY5 ) > 1 ) describe META_USERSLIST Question for a Users List score META_USERSLIST 0.5 + +# rince 2017-04-11 +header OWNERSLIST_HEADER1 Subject =~ /\bOwners\bList/i +describe OWNERSLIST_HEADER1 Check wether Subject contains 'Owners List' +rawbody OWNERSLIST_BODY1 /The list of contacts are \*opt\-in verified\*/ +describe OWNERSLIST_BODY1 First potential Spam reconnaissance: verified opt-in lists +meta META_OWNERSLIST ( (OWNERSLIST_HEADER1 + OWNERSLIST_BODY1 ) >1 ) +describe META_OWNERSLIST Questions for an Owners List +score META_OWNERSLIST 0.5