set auto_whitelist_threshold to 0 ...it works for me

however i had to apply this patch in 2.20 but looks like its fixed in CVS

--- SpamAssassin-orig/Conf.pm        Sun Apr 14 15:05:44 2002
+++ SpamAssassin/Conf.pm  Sat May 25 06:06:52 2002
@@ -449,7 +449,7 @@

 =cut
     if (/^auto[-_]whitelist[-_]threshold\s*(.*)\s*$/) {
-      $self->{auto_whitelist_threshold} = $1; next;
+      $self->{auto_whitelist_factor} = $1; next;
     }

 =item describe SYMBOLIC_TEST_NAME description ...


On Thu, 13 Jun 2002, Dan Kohn wrote:

> I'm having about a spam a day slip through because it sets me as the
> From, and I'm rated highly in my AWL.  Would someone be willing to add
> an option to the config file to enable setting certain addresses to 0 in
> the AWL?
>
> I suppose I could create a cron job that removed me from the AWL every
> hour or so, but what a kludge.
>
>           - dan
> --
> Dan Kohn <mailto:[EMAIL PROTECTED]>
> <http://www.dankohn.com/>  <tel:+1-650-327-2600>
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source
> _______________________________________________
> Spamassassin-talk mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/spamassassin-talk
>


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to