You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2012/04/27 21:50:04 UTC

[Spamassassin Wiki] Update of "Rules/USER_IN_WHITELIST_TO" by AndrewDaviel

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The "Rules/USER_IN_WHITELIST_TO" page has been changed by AndrewDaviel:
http://wiki.apache.org/spamassassin/Rules/USER_IN_WHITELIST_TO?action=diff&rev1=5&rev2=6

  ## page was copied from Rules/USER_IN_WHITELIST
  ## page was copied from Rules/NO_REAL_NAME
  #language en
- == SpamAssassin Rule: USER_IN_WHITELIST ==
+ == SpamAssassin Rule: USER_IN_WHITELIST_TO ==
  
- ''Standard description:''  From: address is in the user's white-list
+ ''Standard description:''  User is listed in 'whitelist_to'
  
  === Explanation ===
  
- A user or site administrator has added the sender's address to a list of trusted addresses.
+ If the given address appears as a recipient in the message headers (Resent-To, To, Cc, obvious envelope recipient, etc.) the mail will be whitelisted. Useful if you're deploying SpamAssassin system-wide, and don't want some users to have their mail filtered
  
  === Further Info ===
  
  The default scores for this rule can be found [[http://spamassassin.apache.org/tests.html|in the online list of tests]].
+ See 'whitelist_to' in e.g. [[http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html|SpamAssassin Configuration File]]
  
  ----
  CategoryRule