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 / 25_textcat.cf < prev    next >
Text File  |  2006-11-29  |  352b  |  12 lines

  1. ifplugin Mail::SpamAssassin::Plugin::TextCat
  2.  
  3. body UNWANTED_LANGUAGE_BODY    eval:check_language()
  4. describe UNWANTED_LANGUAGE_BODY    Message written in an undesired language
  5. tflags UNWANTED_LANGUAGE_BODY    userconf
  6.  
  7. body BODY_8BITS            eval:check_body_8bits()
  8. describe BODY_8BITS        Body includes 8 consecutive 8-bit characters
  9. tflags BODY_8BITS        userconf
  10.  
  11. endif
  12.