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-junk-bounces.cf < prev    next >
Text File  |  2006-11-29  |  1KB  |  38 lines

  1. # 96_fs-junk-bounces.cf -- era Thu Nov 25 15:23:22 2004
  2. # Copyright (C) 2004 F-Secure Corporation
  3. # $Id: 96_fs-junk-bounces.cf 2346 2005-12-09 13:59:39Z  $
  4.  
  5.  
  6. ifplugin FS::MsgStructure
  7.  
  8.  
  9. # rule: MSGSTRUCT_EMPTY_JUNK
  10. # created 2004-11-18 or thereabouts
  11. ######## TODO: regression test
  12.  
  13. define_structure MSGSTRUCT_EMPTY_JUNK
  14. structure ^\n{0,60}$
  15. describe MSGSTRUCT_EMPTY_JUNK Mindless message with empty body
  16. score MSGSTRUCT_EMPTY_JUNK 3
  17.  
  18.  
  19. # rule: MSGSTRUCT_EMPTY_JUNK_BOUNCE
  20. # test: spam-2004-12-07/-906584579-1102356405.V802I3d469.localhost.localdomain
  21. # created 2004-11-18 or thereabouts
  22.  
  23. define_structure MSGSTRUCT_EMPTY_JUNK_BOUNCE
  24. # X-Mailer: <SMTP32 v8.xx>
  25. structure ^
  26. structure (?:No message body: [^<>\t @]{1,64}@[^<>\t @]{4,64}\n){1,40}
  27. structure \n\n
  28. structure Original message follows\.\n\n
  29. # optionally "scanned by Declude anti-virus", "this email free of charge"
  30. # and other random footers
  31.  
  32. describe MSGSTRUCT_EMPTY_JUNK_BOUNCE Mindless "No message body" bounce message
  33. score MSGSTRUCT_EMPTY_JUNK_BOUNCE 5
  34.  
  35.  
  36.  
  37. endif
  38.