home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / support / hotfix / fsis / IS-SpamControl.fsfix / iufssc / rules / 96_fs-rolex.cf < prev    next >
Text File  |  2006-11-29  |  2KB  |  54 lines

  1. # 96_fs-rolex.cf -- era Tue Nov 16 16:03:24 2004
  2. # Copyright (C) 2004 F-Secure Corporation
  3. # $Id: 96_fs-rolex.cf 3056 2006-02-28 13:16:33Z eriker $
  4.  
  5.  
  6. ifplugin   FS::MsgStructure
  7.  
  8.  
  9. # rule: MSGSTRUCT_ROLEX_SHORT
  10. # test: spam-2004-12-13/-388190279-1102822227.V802I3c2db.localhost.localdomain
  11. # added 2004-11-18 or thereabouts
  12.  
  13. define_structure MSGSTRUCT_ROLEX_SHORT
  14. structure ^.{0,25}([Rr].?[Oo0].?[Ll1].?[Ee3].?
  15. structure ([Xx]|([Cc][Kk]|[Cc]|[Kk]).?[Ss5])|
  16. structure [Ww].?[Aa4].?[Tt\+].?[Cc].?[Hh]).{0,25}\n\n{0,2}
  17. structure http://[-a-z0-9_./?&+=%,]{5,120}\n{1,10}$
  18.  
  19. describe MSGSTRUCT_ROLEX_SHORT Attempts to sell you a Rolex
  20. score    MSGSTRUCT_ROLEX_SHORT 5
  21.  
  22.  
  23.  
  24. # rule: MSGSTRUCT_ROLEX_HILTON
  25. # test: spam-2004-12-13/-388190279-1102822227.V802I3c2db.localhost.localdomain
  26. # added 2004-11-18 or thereabouts
  27. # edit 2004-12-15: added provision for optional greeting at top of message
  28. ######## FIXME: no hits in January, update? obsolete?
  29.  
  30. define_structure MSGSTRUCT_ROLEX_HILTON
  31. structure ^
  32. structure (?:\n{0,7}[A-Za-z][-'a-z]+(?: [-'a-z])*,[ \t]*\n{1,7})?
  33. structure Do you want a [Rr]olex watch\?\n\n
  34. structure In our online store you can buy replicas of [Rr]olex watches.(?: )
  35. structure     They look\n
  36. structure and feel exactly like the real thing\.\n\n
  37. structure - We have 20\+ different brands in our selection\n
  38. structure - Free shipping if you order 5 or more\n
  39. structure - Save up to 40% compared to the cost of other replicas\n
  40. structure - Standard [Ff]eatures:\n
  41. structure (?: )- Screw-in crown\n
  42. structure (?: )- Unidirectional turning bezel where appropriate\n
  43. structure (?: )- All the appropriate [Rr]olex logos, on crown and dial\n
  44. structure (?: )- Heavy weight\n\n
  45. structure Visit us: http://[-a-z0-9_./?&+=%,]{5,120}\n\n
  46. structure Best regards,\n
  47. structure [A-Z][a-z]{0,40}(?:\.? [A-Z][a-z]{0,40}){1,5}\n\n\n
  48. structure No thanks: http://[-a-z0-9_./?&+=%,]{5,120}\.php\n\n$
  49. describe MSGSTRUCT_ROLEX_HILTON "Hilton Jones" Rolex template
  50. score MSGSTRUCT_ROLEX_HILTON 7
  51.  
  52.  
  53. endif
  54.