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:43:35 UTC

[Spamassassin Wiki] Trivial Update of "Rules/USER_IN_WHITELIST" 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" page has been changed by AndrewDaviel:
http://wiki.apache.org/spamassassin/Rules/USER_IN_WHITELIST?action=diff&rev1=3&rev2=4

  ## page was copied from Rules/NO_REAL_NAME
  #language en
- == SpamAssassin Rule: NO_REAL_NAME ==
+ == SpamAssassin Rule: USER_IN_WHITELIST ==
  
- ''Standard description:''  From: does not include a real name
+ ''Standard description:''  From: address is in the user's white-list
  
  === Explanation ===
  
+ A user or site administrator has added the sender's address to a list of trusted addresses.
- ||Normally a "From" header looks like:||
- ||From: "John Doe" <jo...@somedom.tld>||
- ||This rule fires when no name is given in the from header.||
  
  === Further Info ===