On Wed, Oct 08, 2003 at 01:33:34PM -0500, Dallas L. Engelken wrote:
> [EMAIL PROTECTED] spamassassin]# echo "select FROM_UNIXTIME(1065632593)" |
> mysql
> FROM_UNIXTIME(1065632593)
> 2003-10-08 12:03:13

ewwww.  talk about overkill.

#!/usr/bin/perl
print scalar localtime($ARGV[0]),"\n";

> I run a cron job to --force-expiry every 4 hours because I cant get it
> to do it automatically, that is why it last expired at Noon.  If I look
> at my spamd debug log, I see this....

Unless you get a billion mails an hour (ish), this isn't going to help you much.

> so about every 5 minutes or so, it tries to expire... but I have
> bayes_expiry_max_db_size set to 150,000 and the number of toks is
> currently 582,057

I've posted about this numerous times on the list: expiry is best effort,
max_db_size isn't a hard limit.

> Does "non-token data: last expire atime delta = 43200" prevent the
> expiry from occuring unless it's 43,200 seconds later than the last
> expiry?  If this is the case, is that setting modifiable?  Or do i need
> to --force-expire manually more often than every 4hours..  this is a
> high traffic spamd only box... doing 12-16 concurrent spamd children at
> a time.

Please read the sa-learn docs about expiry.  It will hopefully clear up
some confusion.  You will also want to run the expiry w/ -D to get more
info about what is going on. :)

-- 
Randomly Generated Tagline:
Wow, I'm being shot at from both sides.  That means I *must* be right.  :-)
              -- Larry Wall in <[EMAIL PROTECTED]>

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to