]> git.donarmstrong.com Git - spamassassin_config.git/blob - common/phrase_spam
7a3d9ae18b4b37c8e4e0911ddc4be4e7eefcab99
[spamassassin_config.git] / common / phrase_spam
1 # Added some rules from Rule du Jour that I've been testing for a while
2
3 #Monotone (from airmax.cf)
4 body     MONOTONE_WORDS_2_15            /^([a-z]{2,20}[\s\.]+){15}/
5 describe MONOTONE_WORDS_2_15            Lines with many (long) lowercase words (15+ words, 2+ letters)
6 body     MONOTONE_WORDS_2_30            /^([a-z]{2,20}[\s\.]+){30}/
7 describe MONOTONE_WORDS_2_30            Lines with many (long) lowercase words (30+ words, 2+ letters)
8 body     MONOTONE_WORDS_3_20            /^([a-z]{3,20}[\s\.]+){20}/
9 describe MONOTONE_WORDS_3_20            Lines with many (long) lowercase words (20+ words, 3+ letters)
10 body     MONOTONE_WORDS_5_8                     /^([a-z]{5,20}[\s\.]+){8}/
11 describe MONOTONE_WORDS_5_8                     Lines with many (long) lowercase words (8+ words, 5+ letters)
12 body     MONOTONE_WORDS_5_12            /^([a-z]{5,20}[\s\.]+){12}/
13 describe MONOTONE_WORDS_5_12            Lines with many (long) lowercase words (12+ words, 5+ letters)
14 body     MONOTONE_WORDS_5_20            /^([a-z]{5,20}[\s\.]+){20}/
15 describe MONOTONE_WORDS_5_20            Lines with many (long) lowercase words (20+ words, 5+ letters)
16
17 # Lots of auto-responders seem to have this
18 body    MDO_AUTORESP1   /online form/i
19 score   MDO_AUTORESP1   0.1
20
21 body    MDO_AUTORESP2   /large amount of (spam|virus)/i
22 score   MDO_AUTORESP2   0.1
23
24 body    MDO_AUTORESP3   /(electronically|automatically) (generated|created) (email|ack)/i
25 score   MDO_AUTORESP3   0.1
26
27 body    MDO_AUTORESP4   /(respond|answer) your enquiry/i
28 score   MDO_AUTORESP4   0.1
29
30 body    MDO_AUTORESP5   /(email|enquiry) has been received/i
31 score   MDO_AUTORESP5   0.1
32
33 body    MDO_AUTORESP6   /will be answered within/i
34 score   MDO_AUTORESP6   0.1
35
36 body    MDO_AUTORESP7   /the e-mail address to which you have written does not support incoming messages/i
37 score   MDO_AUTORESP7   0.1
38
39 meta    MDO_AUTORESP_META1      (MDO_AUTORESP1 + MDO_AUTORESP2 + MDO_AUTORESP3 + MDO_AUTORESP4 + MDO_AUTORESP5 + MDO_AUTORESP6 + MDO_AUTORESP7) > 1
40 score   MDO_AUTORESP_META1      2.0
41
42 body MURPHY_DIPLOMA     /Diploma/
43 describe MURPHY_DIPLOMA No Diploma
44 score MURPHY_DIPLOMA    1
45
46 body MURPHY_CALORIES    /calories/
47 describe MURPHY_CALORIES        No Calories
48 score MURPHY_CALORIES   1
49
50 header MURPHY_CONTENT_GIF       Content-Type =~ /image\/gif/
51 describe MURPHY_CONTENT_GIF     Content contains image/gif
52 score MURPHY_CONTENT_GIF        1
53
54 # cable tv spam -- pasc 04/05/11-12
55 body MDO_CABLE_TV1      /pay.?per.?view/i
56 score MDO_CABLE_TV1     0.5
57
58 body MDO_CABLE_TV2      /mature.?channel/i
59 score MDO_CABLE_TV2     0.5
60
61 body MDO_CABLE_TV3      /c(\@|a)ble/i
62 score MDO_CABLE_TV3     0.5
63
64 body MDO_CABLE_TV4      /rem(o|0)te.?control/i
65 score MDO_CABLE_TV4     0.5
66
67 meta MDO_CABLE_META1    (MDO_CABLE_TV1 || MDO_CABLE_TV2 || MDO_CABLE_TV4) && (MDO_CABLE_TV3)
68 describe MDO_CABLE_META1 Too much cable stuff
69 score MDO_CABLE_META1   3
70
71 header  MDO_TAGSPAM1            Subject =~ /Unknown Tag *free* Please Fix/
72 score   MDO_TAGSPAM1            4
73
74 body    MDO_BAD_WORD1           /PORTFOLIO/i
75 score   MDO_BAD_WORD1           2.8
76
77 # blarson, 2004-04-30 -> lists --pasc 04/05/11 
78 body AFFILIATEID        /affiliate.?id/i
79 describe AFFILIATEID    affiliate id
80 score AFFILIATEID       3
81
82 # joy, 2003-08-30, 2003-09-21
83 header FW               Subject =~ /^Fw: /
84 describe FW             Sounds like a Fw: spam
85 score FW                3
86
87 # blarson 2007-07-13
88 header REFWD            subject =~ /\b(?:RE|FWD)\:\s*$/i
89 describe REFWD          re or fwd nothing
90 score REFWD             3
91
92 # blarson 2005-11-11
93 header ONEWORD          subject =~ /^(?:Fw:|re:)?\s*\w+\s*$/i
94 describe ONEWORD        one word subject
95 score ONEWORD           1
96
97 # robot101, 2003-09-22
98 header CROSSWALK        X-UnityUser =~ /^Crosswalk.com, Inc/
99 describe CROSSWALK      Crosswalk bible mailing list
100 score CROSSWALK         3
101
102 header CROSSWALK_SPAM   From =~ /Crosswalk/
103 describe CROSSWALK_SPAM Crosswalk Spam
104 score CROSSWALK_SPAM    1
105
106 # -- joy, 2003-06-28
107 header BOMDIA           Subject =~ /Bom dia /
108 describe BOMDIA         Bom dia, usually some Romanic language spam
109 score BOMDIA            2
110
111 header RCVD_FROM_UNCONF_HOST    Received =~ /^from localhost.localdomain/
112 describe RCVD_FROM_UNCONF_HOST  Mail comes from a host with unconfigured mailer daemon
113 score RCVD_FROM_UNCONF_HOST     2
114
115 # joy, 2003/01/25
116 body ECOSPAM                    /Corridas de Toros para los turistas Ingleses en Barcelona/
117 describe ECOSPAM                Eco-spam all right
118 score ECOSPAM                   5.0
119
120 # cjwatson, 2003/02/24
121 body SPANISH_FORM_CGI           /Este formulario fue enviado por/
122 describe SPANISH_FORM_CGI       "Below is the result of your feedback form", eh?
123 score SPANISH_FORM_CGI          4.0
124
125 # joy, 2003-06-18
126 body TRAFFICMAGNET              /Become a TrafficMagnet Reseller/
127 describe TRAFFICMAGNET          SpamMagnet
128 score TRAFFICMAGNET             4
129
130 # joy, 2003-06-27
131 header BKR                      Subject =~ /^bkr/
132 describe BKR                    bkr spam
133 score BKR                       4
134
135 # joy, 2003-06-27
136 header RISEANDSHINE             Subject =~ /^Rise and Shine in 15 minutes/
137 describe RISEANDSHINE           Rise and Shine in 15 minutes spam
138 score RISEANDSHINE              4
139
140 # joy, 2003-09-20
141 header UNIVDIP          Subject =~ /U N I V E R S I T Y . D I P L O M A S/i
142 describe UNIVDIP        university diplomas spam
143 score UNIVDIP           4
144
145 # joy, 2003-09-21
146 header YOUTHERE         Subject =~ /^(Re: )?You/i
147 describe YOUTHERE       Who, me? Likely spam
148 score YOUTHERE          2
149
150 # cjwatson, 2003-11-20
151 header HOUSECLEANING    Subject =~ /^Affordable Housecleaning Service/
152 describe HOUSECLEANING  let's clean out the spam instead
153 score HOUSECLEANING     3
154
155 # cjwatson, 2003-12-11
156 header OTC_FIRST        Subject =~ /OTC FIRST ALERT/
157 describe OTC_FIRST      OTC spam
158 score OTC_FIRST         3
159
160 # joy, 2004-01-03
161 body AVAILABLENOW       /available now/i
162 describe AVAILABLENOW   must be selling some shit
163 score AVAILABLENOW      1
164
165 # cjwatson, 2004-01-16
166 body TEDIOUS_WITTER     /If not i included it below so let me know if you like it/
167 describe TEDIOUS_WITTER annoying wittering spam, mypillsource.com I think
168 score TEDIOUS_WITTER    2
169
170 # cjwatson, 2004-03-12
171 # blarson 2004-06-09
172 header UNI_DIPLOMA      Subject =~ /\b(university|college)\s+(diploma|cert|degree)/i
173 describe UNI_DIPLOMA    Got one, thanks
174 score UNI_DIPLOMA       4
175
176 # blarson 2004-04-27
177 body UNI2       /university\s+(diploma|cert|degree)/i
178 describe UNI2   Got one, thanks
179 score UNI2      4
180
181 # cjwatson, 2004-03-12
182 header JOB_CONFIRM      Subject =~ /Job confirmation/
183 describe JOB_CONFIRM    Got one of these too, thanks
184 score JOB_CONFIRM       3
185
186 # blarson 2005-09-20
187 header MESSAGESUB       subject =~ /^\s*\(?message\s*(subject)?\)?$/i
188 describe MESSAGESUB     really descriptive subject
189 score MESSAGESUB        3
190
191 # blarson 2006-03-16 2007-08-28
192 body DEARDIGIT          /^(?:well\s+)?(?:Dear|Hey|H[ea]y?ll?.?o|To|Attention|Hi+|Hey+a?|Bonjorno|Yo|(?:g[o0]+d\s*)?(?:d?ay|morning|evening?|afternoon)|what.?i?s\s+up|greetings|Salutations|(Mail|News)\s+to|how.?s?\s*(?:(?:it)?\s*going|have\s+you\s+been|are you).?\s*(?:there|to\s+you)?)\,?\s+(?:Account\s+\#?|\=?3d|)\d{3,}/i
193 describe DEARDIGIT      Dear number
194 score DEARDIGIT         3.9
195
196 # blarson 2004-11-08
197 header SIZEMATTERS      subject =~ /^S.ze matters$/i
198 describe SIZEMATTERS    Size matters spammer
199 score SIZEMATTERS       3
200
201 # cjwatson 2005-01-02
202 header RNDMX            subject =~ /^<rndmx/
203 describe RNDMX          weird empty spam
204 score RNDMX             4
205
206 # blarson 2005-01-06
207 header VERIFYCAT        subject =~ /verifycation mail/
208 describe VERIFYCAT      verifycation spam
209 score   VERIFYCAT       4
210
211 # blarson 2005-01-10
212 header D0WNLOAD         subject =~ /\bd[o0]wn[l1][o0]ad.*(?:m[o0]v[i1]e|mp3|tune|music)/i
213 describe D0WNLOAD       download spam
214 score D0WNLOAD          3
215
216 # blarson 2005-02-11
217 header REDUCESPAM       subject =~ /Reduce Spam\b/i
218 describe REDUCESPAM     reduce spam spam
219 score REDUCESPAM        2
220
221 # blarson 2005-04-15
222 body DIRT               /\.(?:the|\d|)dirty?\d+\.info\//
223 describe DIRT           dirty spammer
224 score DIRT              3
225
226 # blarson 2005-04-17
227 body RNDWORD            /^RND_WORD\s*$/
228 describe RNDWORD        RND_WORD
229 score RNDWORD           3
230
231 # blarson 2005-08-18
232 header D3GREE           subject =~ /\bd(?:3gres?|esgre|eerge|eeerg|reege|egres)e?s?\b/i
233 describe D3GREE         Want a used paper from someone who can't spell
234 score D3GREE            3
235
236 # blarson 2005-08-19
237 body FINALNOTE          /\bfinal\s+notif/i
238 describe FINALNOTE      yet another final notification
239 score FINALNOTE         2
240
241 # blarson 2005-08-23
242 header HIITS            subject =~ /\bHi\! It\'s\b/i
243 describe HIITS          hi its
244 score HIITS             3
245
246 # blarson 2005-08-23
247 header GOTONE           subject =~ /\bgot one$/i
248 describe GOTONE         got this spam already
249 score GOTONE            3
250
251 # blarson 2005-09-06
252 body IMMEDIATEREV       /^ATTENTION- For your immediate review:/
253 describe IMMEDIATEREV   immediate discard
254 score IMMEDIATEREV      3
255
256 # blarson 2005-09-12
257 body CLIENTALERT        /^(?:CLIENT ALERT|ATTENTION CLIENT)/i
258 describe CLIENTALERT    client alert
259 score CLIENTALERT       3
260
261 # cjwatson 2005-10-20
262 header DEBIANTUX23      From =~ /DebianTux23|wieseltux23/i
263 describe DEBIANTUX23    Linux spammer, sigh
264 score DEBIANTUX23       5
265
266 # blarson 2005-10-29
267 body SHITBRO            /^\s*sh[i1]+t\s+bro/i
268 describe SHITBRO        shitty spam
269 score SHITBRO           3
270
271 # blarson 2005-12-05
272 header POPPROG          subject =~ /popular programs for everyday use/i
273 describe POPPROG        unpopular spam
274 score POPPROG           3
275
276 # blarson 2006-02-03
277 body GREET              /^\%(?:GREET|EXIT)/
278 describe GREET          broken spamware
279 score GREET             3
280
281 # blarson 2006-10-18
282 header WROTE            subject =~ /\bwrote\:\s*$/i
283 describe WROTE          stock scam
284 score WROTE             2
285
286 body DEGREE_SPAM        /earn.+degree.+transcripts/i
287 describe DEGREE_SPAM    earn a degree with transcripts spam
288 score    DEGREE_SPAM    2.5     
289
290 # blarson 2006-10-23
291 body BLUEPILL           /blue pill/i
292 describe BLUEPILL       Blue pill spam
293 score BLUEPILL          2
294
295 # blarson 2006-11-04
296 header PHOTOQUEST       subject =~ /question about your photo/i
297 describe PHOTOQUEST     questioning photo
298 score PHOTOQUEST        2
299
300 # blarson 2006-11-08
301 body KBDP               /Knowledge Based Degree Program/i
302 describe KBDP           degree spam
303 score KBDP              4
304
305 # blarson 2006-11-13
306 body CRITERIAHAS        /\bOur criteria has changed\b/i
307 describe CRITERIAHAS    Diploma salesman with bad english
308 score CRITERIAHAS       3
309
310 # blarson 2006-11-18
311 body TORA08             /\b\d{6}   \d{7}   \d{6}         \d             \d{7}   \d{7}/
312 describe TORA08         TORA.08 spam
313 score TORA08            3
314
315 # blarson 2006-11-21
316 body SERIOUSBRO         /^Seriously bro\b/i
317 describe SERIOUSBRO     Seriously bro
318 score SERIOUSBRO        3
319
320 # blarson 2006-12-06
321 body INSETET            /\bwilson\@insitetcnologia\.com\.br\b/
322 describe INSETET        please send spammer
323 score INSETET           4
324
325 # blarson 2006-12-09
326 body USUARIO            /\bEl usuario destinatario no es un usuario valido/
327 describe USUARIO        No such user -- sent in infinite loop
328 score   USUARIO         3
329
330 # don 2006-12-13
331 body NOMAILRECBI        /no recibi tu mail/i
332 describe NOMAILRECBI    No recbi of mail -- was closing way to many bugs
333 score   NOMAILRECBI     3
334
335 # blarson 2007-02-13
336 header URHELP           subject =~ /\bi need ur help\b/
337 describe URHELP         blank spam
338 score URHELP            3
339
340 # blarson 2006-12-08
341 header ACRO8PR0         subject =~ /\bAcr[0o]bat\s*[78]\s+(?:PR[0O]\b|\$?\d+\$?)/i
342 describe ACRO8PR0       sales spam
343 score ACRO8PR0          4       
344
345 # blarson 2007-08-31
346 body WBRS               /\b(WBRS|FPMC|ADYN|AFML|MISJ|HXPN|WHKA|CBFE|HSBC|PCAI|MPRG|HPRS|AUNI|TGVI|MHII|TAMG|GDKI|ACEN|CDYV|G7Q\.F|mbwc|CHFR|CDPN|DSDI|UTEV|P-S-U-D|GPSI|SGXI|CAON|SREA|ERMX|VPSN|SZSN|PAYI\.OB|LTDI|C\W\W?Y\W\W?T\W\W?V|E\WX\WM\WT|CYTV|VGPM|V\s?G\s?P\s?M(\.PK)?)\b/
347 describe WBRS           stock spam
348 score WBRS              4
349
350 # blarson 2007-01-26
351 header ACROBAT8         subject =~ /\badobe acr[o0]bat 8\b/i
352 describe ACROBAT8       more sales spam
353 score ACROBAT8          3
354
355 # blarson 2007-03-14
356 header VLSTA            subject =~ /VlSTA|0FFlCE|ACR0B8T/i
357 describe VLSTA          misspelled microshit software
358 score VLSTA             3
359
360 # blarson 2007-04-19
361 header ANGEKUEN         subject =~ /\bTrauer angekuendigt\b/
362 describe ANGEKUEN       german spam
363 score ANGEKUEN          3
364
365 # blarson 2007-05-06
366 body INTCAFE            /\binternet caff?e\b/i
367 describe INTCAFE        internet cafe spam
368 score INTCAFE           2
369
370 # blarson 2007-07-14
371 header VERIFIC          subject =~ /Your email requires verification/
372 describe VERIFIC        some people prefer you get their spam
373 score VERIFIC           3
374
375 # blarson 2007-07-14
376 header WHITELIST        subject =~ /You have been added to .* whitelist/
377 describe WHITELIST      whitelist spam
378 score WHITELIST         3
379
380 # blarson 2007-07-15
381 body CASNIO             /^Please be advised that your casnio account is still inactive/
382 describe CASNIO         casnio account
383 score CASNIO            3
384
385 # don 2007-07-17
386 header AUTOREPLY        subject =~ /\bauto(?:mated|matic|)[\s-]+re(?:spon[cs]e|ply)\b/i
387 describe AUTOREPLY      Automatic reply
388 score AUTOREPLY         2
389
390 # blarson 2007-07-18
391 body CONFSERV           /^Thanks for using our confidential service/
392 describe CONFSERV       confidential service
393 score CONFSERV          3
394
395 # blarson 2007-07-18
396 body CONTENC            /^Confirmation has been enclosed/
397 describe CONTENC        more pdf spam
398 score CONTENC           4
399
400 # blarson 2007-07-23
401 header PHONE            subject =~ /\b(tele)?phone\b/i
402 describe PHONE          phone spam
403 score PHONE             2
404
405 # blarson 2007-07-30
406 body ASPDF              /^We send our messages as Portable Document Format/
407 describe ASPDF          more pdf spam
408 score ASPDF             3
409
410 # blarson 2007-08-20
411 body DELAFT             /Please delete your private message after reading/
412 describe DELAFT         more pdf spam
413 score DELAFT            3
414