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 / 20_compensate.cf < prev    next >
Text File  |  2006-11-29  |  2KB  |  42 lines

  1. # SpamAssassin rules file: compensation for common false positives
  2. #
  3. # Please don't modify this file as your changes will be overwritten with
  4. # the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
  5. # See 'perldoc Mail::SpamAssassin::Conf' for details.
  6. #
  7. # <@LICENSE>
  8. # Copyright 2004 Apache Software Foundation
  9. # Licensed under the Apache License, Version 2.0 (the "License");
  10. # you may not use this file except in compliance with the License.
  11. # You may obtain a copy of the License at
  12. #     http://www.apache.org/licenses/LICENSE-2.0
  13. # Unless required by applicable law or agreed to in writing, software
  14. # distributed under the License is distributed on an "AS IS" BASIS,
  15. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. # See the License for the specific language governing permissions and
  17. # limitations under the License.
  18. # </@LICENSE>
  19. #
  20. ###########################################################################
  21. # Header compensation tests
  22.  
  23. #require_version @@VERSION@@
  24.  
  25. # The message was never sent via an untrustworthy host.
  26. header ALL_TRUSTED      eval:check_all_trusted()
  27. describe ALL_TRUSTED    Passed through trusted hosts only via SMTP
  28. tflags ALL_TRUSTED      nice
  29.  
  30. header NO_RELAYS        eval:check_no_relays()
  31. tflags NO_RELAYS        nice userconf
  32. describe NO_RELAYS      Informational: message was not relayed via SMTP
  33.  
  34. header __HAS_RCVD       exists:Received
  35. meta NO_RECEIVED        (!__HAS_RCVD)
  36. tflags NO_RECEIVED      nice userconf
  37. describe NO_RECEIVED    Informational: message has no Received headers
  38.  
  39.