/[pkg-listmaster]/trunk/spamassassin_config/common/phrase_spam
ViewVC logotype

Contents of /trunk/spamassassin_config/common/phrase_spam

Parent Directory Parent Directory | Revision Log Revision Log


Revision 91 - (hide annotations) (download)
Tue Nov 6 23:47:29 2007 UTC (5 years, 6 months ago) by don
File size: 18583 byte(s)
 * Add bts patches from blars
1 don 74 # Added some rules from Rule du Jour that I've been testing for a while
2 don 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     # blarson 2007-07-13
83 don 91 header REFWD subject =~ /\b(?:RE|FWD?)\:\s*$/i
84 don 2 describe REFWD re or fwd nothing
85 don 63 score REFWD 3.5
86 don 2
87     # blarson 2005-11-11
88     header ONEWORD subject =~ /^(?:Fw:|re:)?\s*\w+\s*$/i
89     describe ONEWORD one word subject
90     score ONEWORD 1
91    
92     # robot101, 2003-09-22
93     header CROSSWALK X-UnityUser =~ /^Crosswalk.com, Inc/
94     describe CROSSWALK Crosswalk bible mailing list
95     score CROSSWALK 3
96    
97     header CROSSWALK_SPAM From =~ /Crosswalk/
98     describe CROSSWALK_SPAM Crosswalk Spam
99     score CROSSWALK_SPAM 1
100    
101     # -- joy, 2003-06-28
102     header BOMDIA Subject =~ /Bom dia /
103     describe BOMDIA Bom dia, usually some Romanic language spam
104     score BOMDIA 2
105    
106     header RCVD_FROM_UNCONF_HOST Received =~ /^from localhost.localdomain/
107     describe RCVD_FROM_UNCONF_HOST Mail comes from a host with unconfigured mailer daemon
108     score RCVD_FROM_UNCONF_HOST 2
109    
110     # joy, 2003/01/25
111     body ECOSPAM /Corridas de Toros para los turistas Ingleses en Barcelona/
112     describe ECOSPAM Eco-spam all right
113     score ECOSPAM 5.0
114    
115     # cjwatson, 2003/02/24
116     body SPANISH_FORM_CGI /Este formulario fue enviado por/
117     describe SPANISH_FORM_CGI "Below is the result of your feedback form", eh?
118     score SPANISH_FORM_CGI 4.0
119    
120     # joy, 2003-06-18
121     body TRAFFICMAGNET /Become a TrafficMagnet Reseller/
122     describe TRAFFICMAGNET SpamMagnet
123     score TRAFFICMAGNET 4
124    
125     # joy, 2003-06-27
126     header BKR Subject =~ /^bkr/
127     describe BKR bkr spam
128     score BKR 4
129    
130     # joy, 2003-06-27
131     header RISEANDSHINE Subject =~ /^Rise and Shine in 15 minutes/
132     describe RISEANDSHINE Rise and Shine in 15 minutes spam
133     score RISEANDSHINE 4
134    
135     # joy, 2003-09-20
136     header UNIVDIP Subject =~ /U N I V E R S I T Y . D I P L O M A S/i
137     describe UNIVDIP university diplomas spam
138     score UNIVDIP 4
139    
140     # joy, 2003-09-21
141     header YOUTHERE Subject =~ /^(Re: )?You/i
142     describe YOUTHERE Who, me? Likely spam
143     score YOUTHERE 2
144    
145     # cjwatson, 2003-11-20
146     header HOUSECLEANING Subject =~ /^Affordable Housecleaning Service/
147     describe HOUSECLEANING let's clean out the spam instead
148     score HOUSECLEANING 3
149    
150     # cjwatson, 2003-12-11
151     header OTC_FIRST Subject =~ /OTC FIRST ALERT/
152     describe OTC_FIRST OTC spam
153     score OTC_FIRST 3
154    
155     # joy, 2004-01-03
156     body AVAILABLENOW /available now/i
157     describe AVAILABLENOW must be selling some shit
158     score AVAILABLENOW 1
159    
160     # cjwatson, 2004-01-16
161     body TEDIOUS_WITTER /If not i included it below so let me know if you like it/
162     describe TEDIOUS_WITTER annoying wittering spam, mypillsource.com I think
163     score TEDIOUS_WITTER 2
164    
165     # cjwatson, 2004-03-12
166     # blarson 2004-06-09
167     header UNI_DIPLOMA Subject =~ /\b(university|college)\s+(diploma|cert|degree)/i
168     describe UNI_DIPLOMA Got one, thanks
169     score UNI_DIPLOMA 4
170    
171     # blarson 2004-04-27
172     body UNI2 /university\s+(diploma|cert|degree)/i
173     describe UNI2 Got one, thanks
174     score UNI2 4
175    
176     # cjwatson, 2004-03-12
177     header JOB_CONFIRM Subject =~ /Job confirmation/
178     describe JOB_CONFIRM Got one of these too, thanks
179     score JOB_CONFIRM 3
180    
181     # blarson 2005-09-20
182     header MESSAGESUB subject =~ /^\s*\(?message\s*(subject)?\)?$/i
183     describe MESSAGESUB really descriptive subject
184     score MESSAGESUB 3
185    
186 don 16 # don 2007-09-20
187     header SENTMESSAGE subject =~ /(sent you a( personal|) message|would like to chat)/i
188     describe SENTMESSAGE Sent you a message (like duh?)
189     score SENTMESSAGE 2
190    
191     # blarson 2006-03-16 2007-09-18
192     body DEARDIGIT /^(?:well\s+)?(?:Dear|Hey|H[ea]y?ll?.?o|To|Attention|Hi+|Hey+a?|Bonjorno|(?:Yo\s*)+|(?:g[o0]+d\s*)?(?:d?ay|morning|evening?|afternoon|night)|what.?i?s\s+up|wa(?:s|z)+up|greetings?|Salutations|(Mail|News)\s+to|how(?:.?s|\s+is)?\s*(?:(?:it)?(?:\s+is)??\s*going|have\s+you\s+been|are you).?\s*(?:there|to\s+you)?|compliments|Regards|Adieu)\,?\s+(?:Account\s+\#?|\=?3d|)(?:bro|there|sir|Mr\.?)\s*?\d{3,}/i
193 don 2 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 don 8 score RNDWORD 3
230 don 2
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 don 63 # blarson 2007-10-05
346 don 87 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)?|wwng|WWNG|F\WD\WE\WG|FDEG|UTYW|M\s*I\s*H\s*I|O\W?N\W?C\W?O|P\W?P\W?Y\W?H|S\W?R\W?E\W?A|A\W?C\W?G\W?U|S\W?C\W?Y\W?F|C\W?H\W?V\W?C|D\W?M\W?X\W?C|F\W?R\W?L\W?E|M\W?A\W?K\W?U|C\W?W\W?T\W?E|F\W?R\W?L\W?E|M\W?X\W?X\W?R|P\W?R\W?T\W?H|A\W?L\W?L\W?U|C\W?W\W?T\W?D|T\W?A\W?D\W?F|D\W?M\W?H\W?N|C\W?A\W?O\W?N|Cwtd)\b/
347 don 2 describe WBRS stock spam
348 don 8 score WBRS 4
349 don 2
350 don 16 body FOURLA /\b([A-Z]\s?){4}\b/
351     describe FOURLA Four letter acronym (stock spam?)
352 don 67 score FOURLA 0.1
353 don 16
354 don 67 meta STOCKLIKE (FOURLA && (MONEY || SUBJMONEY))
355 don 33 describe STOCKLIKE Four letter acronyms with money; stock scam
356     score STOCKLIKE 2
357    
358 don 2 # blarson 2007-01-26
359     header ACROBAT8 subject =~ /\badobe acr[o0]bat 8\b/i
360     describe ACROBAT8 more sales spam
361     score ACROBAT8 3
362    
363     # blarson 2007-03-14
364     header VLSTA subject =~ /VlSTA|0FFlCE|ACR0B8T/i
365     describe VLSTA misspelled microshit software
366     score VLSTA 3
367    
368     # blarson 2007-04-19
369     header ANGEKUEN subject =~ /\bTrauer angekuendigt\b/
370     describe ANGEKUEN german spam
371     score ANGEKUEN 3
372    
373     # blarson 2007-05-06
374     body INTCAFE /\binternet caff?e\b/i
375     describe INTCAFE internet cafe spam
376     score INTCAFE 2
377    
378     # blarson 2007-07-14
379     header VERIFIC subject =~ /Your email requires verification/
380     describe VERIFIC some people prefer you get their spam
381     score VERIFIC 3
382    
383     # blarson 2007-07-14
384     header WHITELIST subject =~ /You have been added to .* whitelist/
385     describe WHITELIST whitelist spam
386     score WHITELIST 3
387    
388     # blarson 2007-07-15
389     body CASNIO /^Please be advised that your casnio account is still inactive/
390     describe CASNIO casnio account
391     score CASNIO 3
392    
393     # don 2007-07-17
394     header AUTOREPLY subject =~ /\bauto(?:mated|matic|)[\s-]+re(?:spon[cs]e|ply)\b/i
395     describe AUTOREPLY Automatic reply
396     score AUTOREPLY 2
397    
398     # blarson 2007-07-18
399     body CONFSERV /^Thanks for using our confidential service/
400     describe CONFSERV confidential service
401     score CONFSERV 3
402    
403     # blarson 2007-07-18
404     body CONTENC /^Confirmation has been enclosed/
405     describe CONTENC more pdf spam
406     score CONTENC 4
407    
408     # blarson 2007-07-23
409     header PHONE subject =~ /\b(tele)?phone\b/i
410     describe PHONE phone spam
411     score PHONE 2
412    
413     # blarson 2007-07-30
414     body ASPDF /^We send our messages as Portable Document Format/
415     describe ASPDF more pdf spam
416     score ASPDF 3
417    
418     # blarson 2007-08-20
419     body DELAFT /Please delete your private message after reading/
420     describe DELAFT more pdf spam
421     score DELAFT 3
422    
423 don 16 # blarson 2007-09-13
424 don 66 header OFF1CE subject =~ /\b[O0Q]f+[1i7l|]ce\s*\W?2[O0Qk]+7\b/i
425 don 16 describe OFF1CE off1ce spam
426     score OFF1CE 4
427    
428     # blarson 2007-09-13
429     header SOFTSALE subject =~ /\bsoftware sales\b/i
430     describe SOFTSALE software spam
431     score SOFTSALE 3
432    
433     # blarson 2007-09-18
434     body SUPERMACHO /\bBe a supermacho/i
435     describe SUPERMACHO supermacho
436     score SUPERMACHO 4
437    
438     # blarson 2007-09-19
439     body BIGINTER /\bBig international commercial organization\b/i
440     describe BIGINTER job spam
441     score BIGINTER 4
442    
443     # blarson 2007-09-20
444     header HASSENT subject =~ /\b(?:sent you a (?:personal|confidential)?\s*(?:message|note)|would like to chat)\b/i
445     describe HASSENT sent a message
446     score HASSENT 4
447    
448     # blarson 2007-09-20
449     header ORDERNUM subject =~ /\b(?:Order|Recipet)\s*.?\d{3,}/i
450     describe ORDERNUM order number
451     score ORDERNUM 3
452    
453     # don 2007-09-20
454     header DICTIONARYSEQ subject =~ /\b(\w{3})\w*(?:\s+\1\w*){2}/i
455     describe DICTIONARYSEQ Ventricular Vents Venting Ventures
456     score DICTIONARYSEQ 3.5
457    
458     # blarson 2007-09-21
459     header NOLET subject =~ /^\W{4,}$/
460     describe NOLET swearing subject
461     score NOLET 2
462    
463     # blarson 2007-09-21
464     body SSIST /^ssistant Manager/
465     describe SSIST ssistant Manager
466     score SSIST 4
467    
468     # blarson 2007-09-21
469     body GRADUATEUNDER /\bgraduate in under\b/i
470     describe GRADUATEUNDER graduate in under
471     score GRADUATEUNDER 3
472 don 24
473     # blarson 2007-09-24
474     header NOINVEST subject =~ /\b(?:no investment|high.paid)\b/i
475     describe NOINVEST no investment
476     score NOINVEST 4
477    
478     # blarson 2007-09-25
479     header INTEXP subject =~ /\b[I|]nternet Exp[l|]orer\b/i
480     describe INTEXP |nternet Exp|orer
481     score INTEXP 2
482 don 27
483     # don 2007-09-29
484     header WORKATHOME subject =~ /work\Wat\Whome/i
485     describe WORKATHOME Work at home
486 don 30 score WORKATHOME 4
487 don 34
488     # don 2007-10-01
489     body PHONENUMBER /\b1[\-\.\s]?8[07]+[\-\.\s]?\d+/
490     describe PHONENUMBER Toll free phone number
491     score PHONENUMBER 1.5
492 don 37
493     # don 2007-10-02
494 don 39 body GERMANSPAM /Zerix Intern/i
495 don 37 describe GERMANSPAM Um... no clue what that is.
496     score GERMANSPAM 3
497 zobel 49
498     body URBANNEWS /UrbaNNews\.ro/
499     describe URBANNEWS URBANNEWS Newsletter
500     score URBANNEWS 3
501 don 56
502 don 63 # blarson 2007-10-05
503     header JOBS subject =~ /\b(?:job|Employ(?:ers|ment|ee))s?\b/i
504     describe JOBS job spam
505     score JOBS 1
506    
507 don 56 # don 2007-10-09
508     header FREEPASSWORD subject =~ /your\s*free\s*password/i
509     describe FREEPASSWORD We don't need free password
510     score FREEPASSWORD 3
511    
512 don 62 # don 2007-10-11
513     header AFRICABYBIKE subject =~ /africa\s*by\s*bike/i
514     describe AFRICABYBIKE We don't care about africa by bike or car or bus or train
515     score AFRICABYBIKE 4
516    
517 don 74 # blarson 2007-10-14
518     header BRAKETDIGIT subject =~ /\[\d+\]\:\s*$/
519     describe BRAKETDIGIT braketed digit colon last in subject
520     score BRAKETDIGIT 2
521    
522     # blarson 2007-10-14
523     full WHATISOEM /\bWhat\s*is\s*OEM\b/i
524     describe WHATISOEM What is OEM
525     score WHATISOEM 4
526    
527     # blarson 2007-10-15
528     body WORKEXP /\bwork\s+experience\s+degree\b/i
529     describe WORKEXP work experience degree
530     score WORKEXP 3
531    
532 don 81 # blarson 2007-10-24
533     body NICEGIRL /\b(?:nice|young|lonley|unmarried)\s+(?:girl|woman|female)\b/i
534 don 74 describe NICEGIRL nice girl
535     score NICEGIRL 2
536    
537     # blarson 2007-10-16
538     header FEALCHAT subject =~ /\bFeel Like Chatting\b/i
539     describe FEALCHAT Feel Like Chatting
540     score FEALCHAT 3
541    
542     # blarson 2007-10-18
543     header DFF1CE subject =~ /UmU6INDSydfF1CE/i
544     describe DFF1CE korean spam
545     score DFF1CE 4
546 don 81
547     # blarson 2007-10-23
548     header FAILNOTE subject =~ /\bFailure notice\:/i
549     describe FAILNOTE bounced spam
550     score FAILNOTE 4
551 don 83
552     # blarson 2007-10-25
553     full STILLSINGLE /\bstill\s+single\b/i
554     describe STILLSINGLE still single
555     score STILLSINGLE 2
556 zobel 86
557 don 87 # blarson 2007-10-26
558     header PERSONALCRED subject =~ /\bPersonal\s+Credit/i
559     describe PERSONALCRED Personal Credit
560     score PERSONALCRED 2
561    
562     # blarson 2007-10-26
563     body XMASGIFT /\b(?:christ|x)mas gift\b/
564     describe XMASGIFT christmas gift
565     score XMASGIFT 2
566    
567     # blarson 2007-10-26
568     body RONPAUL /\bRon Paul\b/
569     describe RONPAUL Ron Paul
570     score RONPAUL 3
571    
572     # blarson 2007-10-27
573     body YOURJOB /your Job Verification Number/
574     describe YOURJOB your Job Verification Number
575     score YOURJOB 3
576    
577     # blason 2007-10-28
578     body PASTERESUME /\bPASTE your resume\b/i
579     describe PASTERESUME PASTE your resume
580     score PASTERESUME 3
581    
582 zobel 86 body LETHIHELO /\{Let\:HI,Hi,Hello,hEllo,heLlo,helLo,hellO,HEllo\} how are you/
583     describe LETHIHELO Hello, how are you
584     score LETHIHELO 4
585 don 89
586     # blarson 2007-10-29
587     body DIREKTOR /Direktor of Softline/i
588     describe DIREKTOR Direktor of Softline
589     score DIREKTOR 3
590    
591     # blarson 2007-10-29
592     body THEDEG /\bthe_degree\b/
593     describe THEDEG the_degree
594     score THEDEG 3
595    
596     # blason 2007-10-29
597     body DYNMH /D Y N A M I C M EDIA HOLDIN/
598     describe DYNMH D Y N A M I C M EDIA HOLDIN
599     score DYNMH 4
600    
601     # blarson 2007-10-30
602     header LEGBUD subject =~ /\b(?:Legal|smoking) Bud/i
603     describe LEGBUD Legal Bud
604     score LEGBUD 4
605    
606     # blarson 2007-10-30
607     full LEGBUD2 /\b(?:Legal|smoking) Bud/i
608     describe LEGBUD2 Legal Bud
609     score LEGBUD2 4
610    
611     # blarson 2007-10-31
612     body SMOKING /\b(?:beat|stop|quit|without)\s+(?:nicotine|smoking|cigarettes)\b/i
613     describe SMOKING stop smoking
614     score SMOKING 3
615 don 91
616     # blarson 2007-11-04
617     header WORKHOME subject =~ /\bwork\b.*\bhome\b/i
618     describe WORKHOME work from home
619     score WORKHOME 2
620    
621     # blarson 2007-11-04
622     header HOMEWORK subject =~ /\bhome\b.*\b(?:work|business|job|based)\b/i
623     describe HOMEWORK home business
624     score HOMEWORK 3
625    
626     # blarson 2007-11-04
627     header REPRESENT subject =~ /\bRepresent(?:ative)?\b.*\b(?:Country|needed)\b/i
628     describe REPRESENT represent your country
629     score REPRESENT 2
630    
631     # blarson 2007-11-06
632     header NOFEE subject =~ /\bNo\s+fee\b/i
633     describe NOFEE No fee
634     score NOFEE 2

  ViewVC Help
Powered by ViewVC 1.1.5