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 2013/01/22 09:35:14 UTC

[Spamassassin Wiki] Trivial Update of "ManualWhitelist" by AlexAndr

Dear Wiki user,

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

The "ManualWhitelist" page has been changed by AlexAndr:
http://wiki.apache.org/spamassassin/ManualWhitelist?action=diff&rev1=24&rev2=25

Comment:
minro changes

  include sent_whitelist
  }}}
  
- The following script will create the sent_whitelist file with 100 addresses per line:
+ The following script creates the sent_whitelist file with 100 addresses per line:
  
  {{{
-  #!/bin/sh
- 
  SADIR=~/.spamassassin
  SENTMAIL=~/mail/Sent
  
@@ -63, +61 @@

  {{{
  	formail -s formail -czx 'To:' -x 'CC:' -x 'BCC:' |
  }}}
+ 
+ Formail extracts lines only from RFC-822 header and concatenates continued fields providing an accurate list of all addresses.
   
  == Building an auto-whitelist from LDAP ==