33 lines
1.3 KiB
CFEngine3
33 lines
1.3 KiB
CFEngine3
# Spam Patterns
|
|
|
|
#body __VERT_SPAM_PILL1 /_{1,3}(v|c|l)_{0,3}/i
|
|
#body __VERT_SPAM_PILL2 /_{1,3}(i|e)_{0,3}/i
|
|
#body __VERT_SPAM_PILL3 /_{1,3}(a|v)_{0,3}/i
|
|
#body __VERT_SPAM_PILL4 /_{1,3}(g|l|i)_{0,3}/i
|
|
#body __VERT_SPAM_PILL5 /_{1,3}(r|i|t)_{0,3}/i
|
|
#body __VERT_SPAM_PILL6 /_{1,3}(a|s|r)_{0,3}/i
|
|
#meta SOSDG_VERT_PILL_SPAM_PATTERN ((__VERT_SPAM_PILL1 + __VERT_SPAM_PILL2 + __VERT_SPAM_PILL3 + __VERT_SPAM_PILL4 + __VERT_SPAM_PILL5 + __VERT_SPAM_PILL6) > 4)
|
|
#describe SOSDG_VERT_PILL_SPAM_PATTERN Pill spam with vertical text
|
|
#score SOSDG_VERT_PILL_SPAM_PATTERN 3.0
|
|
|
|
|
|
body SOSDG_WE_ARE_NOT_SPAM1 / We are not spammer./
|
|
describe SOSDG_WE_ARE_NOT_SPAM1 'We are not spam' match
|
|
score SOSDG_WE_ARE_NOT_SPAM1 3.0
|
|
|
|
body SOSDG_BRING_EMAIL1 /We can bring you more business and find new clients by our email services/
|
|
describe SOSDG_BRING_EMAIL1 Bring business by email match
|
|
score SOSDG_BRING_EMAIL1 2.0
|
|
|
|
body SOSDG_PAYPAL_SCAM1 /We emailed you a little while ago to ask for your help resolving/
|
|
describe SOSDG_PAYPAL_SCAM1 Paypal scam match
|
|
score SOSDG_PAYPAL_SCAM1 4.0
|
|
|
|
body SOSDG_KNOWN_SPAMPHONE1 /877-228-1545/
|
|
describe SOSDG_KNOWN_SPAMPHONE1 Known spam phone number - 877-228-1545
|
|
score SOSDG_KNOWN_SPAMPHONE1 4.0
|
|
|
|
body SOSDG_PAYPAL_SCAM1 /Its important your happy and not bothered/
|
|
describe SOSDG_PAYPAL_SCAM1 Spam wording match
|
|
score SOSDG_PAYPAL_SCAM1 4.0
|