The first number is the sum of all spams (ie the total score of all messages
from that sender), the second score is the number of messages seen. Divide the
first by the second to get average spam score for that sender. The AWL process
works by first calculating the regular score for a message, a
On Wed, 2002-05-01 at 13:48, Craig R Hughes wrote:
> Apply the attached patch to the 2.20 check_whitelist, or else just grab the one
> I just checked into CVS. There were more problems which I've fixed than just
> the ones in my initial post.
Much better. Thank You. (now, what do the numbers m
Apply the attached patch to the 2.20 check_whitelist, or else just grab the one
I just checked into CVS. There were more problems which I've fixed than just
the ones in my initial post.
C
Larry Rosenman wrote:
LR> On Wed, 2002-05-01 at 04:17, Craig R Hughes wrote:
LR> > Bart Schaefer wrote:
LR
Craig R Hughes <[EMAIL PROTECTED]> wrote:
> Probably what's happening is you're not using the AWL file you think
> you're using. Is spamd running as root and not dropping privs? Try
> checking out the contents of /root/.spamassassin/auto-whitelist.db
> instead...
Yeah, my (site-wide) AWL file i
On Wed, 2002-05-01 at 04:17, Craig R Hughes wrote:
> Bart Schaefer wrote:
>
> BS> I just tried this, and (a) it croaks if invoked with perl 5.005 on the
> BS> "use warnings;" line, and (b) with perl 5.6.1, it didn't print anything
> BS> even though a strings of the file shows that there definitel
Bart Schaefer wrote:
BS> I just tried this, and (a) it croaks if invoked with perl 5.005 on the
BS> "use warnings;" line, and (b) with perl 5.6.1, it didn't print anything
BS> even though a strings of the file shows that there definitely are some
BS> entries.
Bah! I don't think we need the use
On Tue, 30 Apr 2002, Craig R Hughes wrote:
> ...or you can just use the tool that comes with the SA distribution
> that's in tools/check_whitelist which will dump the list out all nicely
> formatted for you.
I just tried this, and (a) it croaks if invoked with perl 5.005 on the
"use warnings;" l
...or you can just use the tool that comes with the SA distribution that's in
tools/check_whitelist which will dump the list out all nicely formatted for you.
C
Rich Wellner wrote:
RW> Ross Vandegrift <[EMAIL PROTECTED]> writes:
RW>
RW> > I'm kinda interested in looking at what's stored in our
Ross Vandegrift <[EMAIL PROTECTED]> writes:
> I'm kinda interested in looking at what's stored in our AWL. Is there an
> easy way to dump it out as something useful?
strings auto-whitelist.db
Or, if your some sort of a purist, you can use the db_dump util from the
berkeley db kit.
rw2
__