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 / 60_awl.cf < prev    next >
Text File  |  2006-11-29  |  1KB  |  31 lines

  1. # SpamAssassin rules file: auto-whitelist
  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. ifplugin Mail::SpamAssassin::Plugin::AWL
  21.  
  22. header AWL            eval:check_from_in_auto_whitelist()
  23. describe AWL            From: address is in the auto white-list
  24. tflags AWL            userconf noautolearn
  25. priority AWL                    1000
  26.  
  27. endif # Mail::SpamAssassin::Plugin::AWL
  28.