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

  1. # SpamAssassin - anti-virus rules
  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. #
  10. # Licensed under the Apache License, Version 2.0 (the "License");
  11. # you may not use this file except in compliance with the License.
  12. # You may obtain a copy of the License at
  13. #
  14. #     http://www.apache.org/licenses/LICENSE-2.0
  15. #
  16. # Unless required by applicable law or agreed to in writing, software
  17. # distributed under the License is distributed on an "AS IS" BASIS,
  18. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  19. # See the License for the specific language governing permissions and
  20. # limitations under the License.
  21. # </@LICENSE>
  22. #
  23. ###########################################################################
  24.  
  25. # Requires the Mail::SpamAssassin::Plugin::AntiVirus plugin be loaded.
  26.  
  27. ifplugin Mail::SpamAssassin::Plugin::AntiVirus
  28.  
  29. body MICROSOFT_EXECUTABLE    eval:check_microsoft_executable()
  30. describe MICROSOFT_EXECUTABLE    Message includes Microsoft executable program
  31.  
  32. body MIME_SUSPECT_NAME        eval:check_suspect_name()
  33. describe MIME_SUSPECT_NAME    MIME filename does not match content
  34.  
  35. endif   # Mail::SpamAssassin::Plugin::AntiVirus
  36.