home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / tema / internet / spam / download / sweas / sweasx86.exe / %MAINDIR% / spamfltr / spamfltr.inc < prev    next >
Encoding:
Text File  |  2003-02-24  |  1.9 KB  |  36 lines

  1. // -------------------------------------------------------------------
  2. // Mailgate SpamWeasel Includes file - Version 1.002 - May 2001
  3. //
  4. //
  5. // This file contains a common block pre-pended to all rule scripts.
  6. // The common block defines all the external functions specific to the
  7. // SpamWeasel Filter rules.
  8. // Please refer to the SpamWeasel help (Technical Reference section)
  9. // for details of the Mailgate scripting language.
  10. //
  11. // DO NOT EDIT THIS FILE unless you are absolutely sure you know what you
  12. // are doing.
  13. // If you do make changes, you must ensure you back up your file before
  14. // running any updates as these may overwrite any changes you make.
  15. // After updating you may need to re-apply your changes.
  16. // -------------------------------------------------------------------
  17.  
  18. #external IsOK() in "spamfltr.dll"
  19. #external IsSpam() in "spamfltr.dll"
  20. #external HeaderFieldExists(string) as integer in "spamfltr.dll"
  21. #external HeaderFieldValue(string) as string in "spamfltr.dll"
  22. #external WildcardMatch(string,string) as integer in "spamfltr.dll"
  23. #external MatchesListItem(string,string) as integer in "spamfltr.dll"
  24. #external ParseAddress(string) as string in "spamfltr.dll"
  25. #external MessageSize() as integer in "spamfltr.dll"
  26. #external FindWordInString(string, string) as integer in "spamfltr.dll"
  27. #external FindWordInHeader(string) as integer in "spamfltr.dll"
  28. #external FindWordInBody(string) as integer in "spamfltr.dll"
  29. #external GetFirstAddress(string) as string in "spamfltr.dll"
  30. #external GetNextAddress() as string in "spamfltr.dll"
  31. #external IsValidDate(string) as integer in "spamfltr.dll"
  32. #external WildcardMatchHeader(string) as integer in "spamfltr.dll"
  33. #external WildcardMatchBody(string) as integer in "spamfltr.dll"
  34. #external BodyMatchesListItem(string) as integer in "spamfltr.dll"
  35. #external HeaderMatchesListItem(string) as integer in "spamfltr.dll"
  36.