On Sat, 2008-10-18 at 06:44 -0700, simonmason wrote:
> I have successfully installed SpamAssassin and I am now starting to configure
> it.  [...]

> My local.cf is below.

> # whitelist everyone at themasons.net:
> whitelist_from  [EMAIL PROTECTED]

Don't do that.

Spammers like to pretend they are you. If there is a need for white-
listing at all, use for example whitelist_from_rcvd rather than
whitelist_from.
  http://wiki.apache.org/spamassassin/WhitelistingEverybody

Also have a look here:
  
http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html#whitelist_and_blacklist_options

HTH

  guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to