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_whitelist.cf < prev    next >
Text File  |  2006-11-29  |  5KB  |  105 lines

  1. # SpamAssassin rules file: default whitelists
  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. # Whitelist rules
  22. #
  23. # Note that most of these get 'noautolearn'.  They should not be
  24. # considered when deciding whether to auto-learn a message, as a
  25. # user slip-up could result in scribbling side-effects in the bayes
  26. # db as a result -- which is hard to remedy.
  27.  
  28. header USER_IN_BLACKLIST    eval:check_from_in_blacklist()
  29. describe USER_IN_BLACKLIST    From: address is in the user's black-list
  30. tflags USER_IN_BLACKLIST    userconf noautolearn
  31.  
  32. header USER_IN_WHITELIST    eval:check_from_in_whitelist()
  33. describe USER_IN_WHITELIST    From: address is in the user's white-list
  34. tflags USER_IN_WHITELIST    userconf nice noautolearn
  35.  
  36. header USER_IN_DEF_WHITELIST    eval:check_from_in_default_whitelist()
  37. describe USER_IN_DEF_WHITELIST    From: address is in the default white-list
  38. tflags USER_IN_DEF_WHITELIST    userconf nice noautolearn
  39.  
  40. header USER_IN_BLACKLIST_TO     eval:check_to_in_blacklist()
  41. describe USER_IN_BLACKLIST_TO   User is listed in 'blacklist_to'
  42. tflags USER_IN_BLACKLIST_TO     userconf noautolearn
  43.  
  44. header USER_IN_WHITELIST_TO     eval:check_to_in_whitelist()
  45. describe USER_IN_WHITELIST_TO   User is listed in 'whitelist_to'
  46. tflags USER_IN_WHITELIST_TO     userconf nice noautolearn
  47.  
  48. header USER_IN_MORE_SPAM_TO     eval:check_to_in_more_spam()
  49. describe USER_IN_MORE_SPAM_TO   User is listed in 'more_spam_to'
  50. tflags USER_IN_MORE_SPAM_TO     userconf nice noautolearn
  51.  
  52. header USER_IN_ALL_SPAM_TO      eval:check_to_in_all_spam()
  53. describe USER_IN_ALL_SPAM_TO    User is listed in 'all_spam_to'
  54. tflags USER_IN_ALL_SPAM_TO      userconf nice noautolearn
  55.  
  56. ###########################################################################
  57. # Default whitelists.  These should be addresses which send mail that is often
  58. # tagged (incorrectly) as spam; it also helps that they be addresses of big
  59. # companies with lots of lawyers, so if spammers impersonate them, they'll get
  60. # into big trouble, so it doesn't provide a shortcut around SpamAssassin.
  61. #
  62. # Whitelist and blacklist addresses are now file-glob-style patterns, so
  63. # "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work.
  64. #
  65. # Please do not add unmoderated public mailing lists here.  They are
  66. # too easily abused by spammers.
  67.  
  68. def_whitelist_from_rcvd  billing@networksolutions.com           networksolutions.com
  69. def_whitelist_from_rcvd  outbound-response@networksolutions.com networksolutions.com
  70. def_whitelist_from_rcvd  hostmaster@internic.net                internic.net
  71. def_whitelist_from_rcvd  support@register.com                   register.com
  72.  
  73. def_whitelist_from_rcvd  petitions@petitiononline.com           petitiononline.com
  74. def_whitelist_from_rcvd  *@online.telstra.com.au                telstra.com.au
  75. def_whitelist_from_rcvd  *@yahoo-inc.com                        yahoo-inc.com
  76. def_whitelist_from_rcvd  *@yahoo-inc.com                        yahoo.com
  77. def_whitelist_from_rcvd  *@orbitz.com                           orbitz.com
  78.  
  79. def_whitelist_from_rcvd  *@LISTSERV.NTBUGTRAQ.COM                  lsoft.com
  80. def_whitelist_from_rcvd  freshmeat-news-admin@lists.freshmeat.net  freshmeat.net
  81. def_whitelist_from_rcvd  *@mailer.whitehat.com                     whitehat.com
  82. def_whitelist_from_rcvd  *@spamex.com                              spamex.com
  83. def_whitelist_from_rcvd  *enotify@usenix.org                       voyager.usenix.org
  84.  
  85. # internet.com lists
  86. def_whitelist_from_rcvd  listsupport@internet.com               lyris.net
  87.  
  88. # FT.com newsletters
  89. def_whitelist_from_rcvd  *@newsbyemail.ft.com                   lodo.exactis.com
  90.  
  91. # Friends re-united (popular UK old-school-network)
  92. def_whitelist_from_rcvd  *@friendsreunited.co.uk                friendsreunited.co.uk
  93.  
  94. # RFC Editor mails
  95. def_whitelist_from_rcvd  rfc-editor@rfc-editor.org              isi.edu
  96. def_whitelist_from_rcvd  *@*.nsi-direct.com                     e-dialog.com
  97.  
  98. # bug 1348
  99. def_whitelist_from_rcvd  *@warehouse.com                        warehouse.com
  100. def_whitelist_from_rcvd  *@*.efax.com                           efax.com
  101.  
  102.