You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Nicolas Letellier <ni...@nicoelro.net> on 2009/02/01 10:23:21 UTC

open of auto-whitelist failed: Out of memory

Hello.

I use FreeBSD 7.0 and p5-Mail-SpamAssassin-3.2.5. In my logs, sometimes, I see this message:

Jan 31 22:36:09 ***** spamd[17781]: auto-whitelist: open of auto-whitelist file failed: Out of memory during ridiculously large request at /usr/local/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/DBBasedAddrList.pm line 169.
Jan 31 22:36:09 ****** spamd[17781]: spamd: identified spam (26.8/6.0) for spamd:58 in 2.6 seconds, 3377 bytes.
Jan 31 22:36:09 ****** spamd[17781]: spamd: result: Y 26 - BAYES_99,DCC_CHECK,DIGEST_MULTIPLE,HTML_IMAGE_ONLY_32,HTML_MESSAGE,MIME_HTML_ONLY,RAZOR2_CF_RANGE_51_100,RAZOR2_CF_RANGE_E4_51_100,RAZOR2_CF_RANGE_E8_51_100,RAZOR2_CHECK,RCVD_IN_PBL,RDNS_NONE,URIBL_AB_SURBL,URIBL_BLACK,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_RHS_DOB scantime=2.6,size=3377,user=spamd,uid=58,required_score=6.0,rhost=localhost,raddr=127.0.0.1,rport=53197,mid=<20...@trinite.amoks-hebergement.com>,bayes=1.000000,autolearn=spam


Why have I this message? What it signify? Is it dangerous to have it?

Thanks for all your advices.

Regards,

-- 
 -Nicolas.

Re: open of auto-whitelist failed: Out of memory

Posted by Nicolas Letellier <ni...@nicoelro.net>.
On Sun, 01 Feb 2009 12:20:06 +0100
mouss <mo...@ml.netoyen.net> wrote:

> Nicolas Letellier a écrit :
> > Hello.
> > 
> > I use FreeBSD 7.0 and p5-Mail-SpamAssassin-3.2.5. In my logs, sometimes, I see this message:
> > 
> > Jan 31 22:36:09 ***** spamd[17781]: auto-whitelist: open of auto-whitelist file failed: Out of memory during ridiculously large request at /usr/local/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/DBBasedAddrList.pm line 169.
> > Jan 31 22:36:09 ****** spamd[17781]: spamd: identified spam (26.8/6.0) for spamd:58 in 2.6 seconds, 3377 bytes.
> > Jan 31 22:36:09 ****** spamd[17781]: spamd: result: Y 26 - BAYES_99,DCC_CHECK,DIGEST_MULTIPLE,HTML_IMAGE_ONLY_32,HTML_MESSAGE,MIME_HTML_ONLY,RAZOR2_CF_RANGE_51_100,RAZOR2_CF_RANGE_E4_51_100,RAZOR2_CF_RANGE_E8_51_100,RAZOR2_CHECK,RCVD_IN_PBL,RDNS_NONE,URIBL_AB_SURBL,URIBL_BLACK,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_RHS_DOB scantime=2.6,size=3377,user=spamd,uid=58,required_score=6.0,rhost=localhost,raddr=127.0.0.1,rport=53197,mid=<20...@trinite.amoks-hebergement.com>,bayes=1.000000,autolearn=spam
> > 
> > 
> > Why have I this message? What it signify? Is it dangerous to have it?
> > 
> 
> probably that the AWL db is too large.
> 
> > Thanks for all your advices.
> > 
> 
> consider using sql instead of a "file" db.
> 
> 

The sizes:
 8256 -rw-------  1 spamd  spamd  10485760  1 fév 15:57 auto-whitelist
    2 -rw-------  1 spamd  spamd         6  1 fév 15:57 auto-whitelist.mutex
    2 -rw-------  1 spamd  spamd      1260  1 fév 15:57 bayes.mutex
   56 -rw-------  1 spamd  wheel     56496  1 fév 15:57 bayes_journal
 8208 -rw-------  1 spamd  spamd  10371072  1 fév 15:57 bayes_seen
 4128 -rw-------  1 spamd  wheel   5488640  1 fév 15:57 bayes_toks
    2 -rw-r--r--  1 spamd  spamd      1487 10 mar  2008 user_prefs

is it too big?
If it's the case, why have I this message 'sometimes'?

Regards,


-- 
 -Nicolas.

Re: open of auto-whitelist failed: Out of memory

Posted by mouss <mo...@ml.netoyen.net>.
Nicolas Letellier a écrit :
> Hello.
> 
> I use FreeBSD 7.0 and p5-Mail-SpamAssassin-3.2.5. In my logs, sometimes, I see this message:
> 
> Jan 31 22:36:09 ***** spamd[17781]: auto-whitelist: open of auto-whitelist file failed: Out of memory during ridiculously large request at /usr/local/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/DBBasedAddrList.pm line 169.
> Jan 31 22:36:09 ****** spamd[17781]: spamd: identified spam (26.8/6.0) for spamd:58 in 2.6 seconds, 3377 bytes.
> Jan 31 22:36:09 ****** spamd[17781]: spamd: result: Y 26 - BAYES_99,DCC_CHECK,DIGEST_MULTIPLE,HTML_IMAGE_ONLY_32,HTML_MESSAGE,MIME_HTML_ONLY,RAZOR2_CF_RANGE_51_100,RAZOR2_CF_RANGE_E4_51_100,RAZOR2_CF_RANGE_E8_51_100,RAZOR2_CHECK,RCVD_IN_PBL,RDNS_NONE,URIBL_AB_SURBL,URIBL_BLACK,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_RHS_DOB scantime=2.6,size=3377,user=spamd,uid=58,required_score=6.0,rhost=localhost,raddr=127.0.0.1,rport=53197,mid=<20...@trinite.amoks-hebergement.com>,bayes=1.000000,autolearn=spam
> 
> 
> Why have I this message? What it signify? Is it dangerous to have it?
> 

probably that the AWL db is too large.

> Thanks for all your advices.
> 

consider using sql instead of a "file" db.