Gnus development mailing list
 help / color / mirror / Atom feed
* slow imap start
@ 2010-09-13 14:08 Richard Riley
  2010-09-13 14:19 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Riley @ 2010-09-13 14:08 UTC (permalink / raw)
  To: ding


I mentioned this in a thread a day ago, but think it might have got
missed.

My NoGnus startup causes me machine to almost freeze for about a minute
with my hard drive going nuts - total CPU usage and massive HD activity.

I turned up gnus verbostiy and see this:-

,----
| Opening nnimap server on riley...done
| spam-split: widening the buffer (spam-use-bogofilter requires it)
| spam-split: calling the spam-check-bogofilter function
| spam-split: widening the buffer (spam-use-bogofilter requires it)
| spam-split: calling the spam-check-bogofilter function
| spam-split: widening the buffer (spam-use-bogofilter requires it)
| spam-split: calling the spam-check-bogofilter function
| spam-split: widening the buffer (spam-use-bogofilter requires it)
| spam-split: calling the spam-check-bogofilter function
| spam-split: widening the buffer (spam-use-bogofilter requires it)
| spam-split: calling the spam-check-bogofilter function
| spam-split: widening the buffer (spam-use-bogofilter requires it)
| spam-split: calling the spam-check-bogofilter function
| spam-split: widening the buffer (spam-use-bogofilter requires it)
| spam-split: calling the spam-check-bogofilter function
| spam-split: widening the buffer (spam-use-bogofilter requires it)
| spam-split: calling the spam-check-bogofilter function
| spam-split: widening the buffer (spam-use-bogofilter requires it)
| spam-split: calling the spam-check-bogofilter function
| spam-split: widening the buffer (spam-use-bogofilter requires it)
`----

it goes for a few thousand lines..

It seems it spam splitting even read emails.

-- 
☘ http://www.shamrockirishbar.com, http://splash-of-open-sauce.blogspot.com/ http://www.richardriley.net



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: slow imap start
  2010-09-13 14:08 slow imap start Richard Riley
@ 2010-09-13 14:19 ` Lars Magne Ingebrigtsen
  2010-09-13 14:51   ` Richard Riley
  2010-09-14 10:52   ` Ted Zlatanov
  0 siblings, 2 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-13 14:19 UTC (permalink / raw)
  To: ding

Richard Riley <rileyrg@googlemail.com> writes:

> I mentioned this in a thread a day ago, but think it might have got
> missed.

I'm reimplementing nnimap, so problems with the old one don't really
have a high priority.

> | Opening nnimap server on riley...done
> | spam-split: widening the buffer (spam-use-bogofilter requires it)
> | spam-split: calling the spam-check-bogofilter function

I don't know what spam-split is...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: slow imap start
  2010-09-13 14:19 ` Lars Magne Ingebrigtsen
@ 2010-09-13 14:51   ` Richard Riley
  2010-09-14 10:52   ` Ted Zlatanov
  1 sibling, 0 replies; 8+ messages in thread
From: Richard Riley @ 2010-09-13 14:51 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Richard Riley <rileyrg@googlemail.com> writes:
>
>> I mentioned this in a thread a day ago, but think it might have got
>> missed.
>
> I'm reimplementing nnimap, so problems with the old one don't really
> have a high priority.

OK. I'll switch back to gnus.

>
>> | Opening nnimap server on riley...done
>> | spam-split: widening the buffer (spam-use-bogofilter requires it)
>> | spam-split: calling the spam-check-bogofilter function
>
> I don't know what spam-split is...

How can you re-implement it if you dont know what important parts do ;)

Good luck anyway.

It didnt happen before recent changes in nognus.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: slow imap start
  2010-09-13 14:19 ` Lars Magne Ingebrigtsen
  2010-09-13 14:51   ` Richard Riley
@ 2010-09-14 10:52   ` Ted Zlatanov
  2010-09-14 11:00     ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 8+ messages in thread
From: Ted Zlatanov @ 2010-09-14 10:52 UTC (permalink / raw)
  To: ding

On Mon, 13 Sep 2010 16:19:25 +0200 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> Richard Riley <rileyrg@googlemail.com> writes:

>> | Opening nnimap server on riley...done
>> | spam-split: widening the buffer (spam-use-bogofilter requires it)
>> | spam-split: calling the spam-check-bogofilter function

LMI> I don't know what spam-split is...

Richard is splitting mail based on a statistical spam backend.  Those
request the whole article to run something (in this case, Bogofilter) on
it.  So the splitting process is getting too many articles, spam-split
is just amplifying the problem.

Ted




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: slow imap start
  2010-09-14 10:52   ` Ted Zlatanov
@ 2010-09-14 11:00     ` Lars Magne Ingebrigtsen
  2010-09-14 11:11       ` Ted Zlatanov
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-14 11:00 UTC (permalink / raw)
  To: ding

Ted Zlatanov <tzz@lifelogs.com> writes:

> Richard is splitting mail based on a statistical spam backend.  Those
> request the whole article to run something (in this case, Bogofilter) on
> it.  So the splitting process is getting too many articles, spam-split
> is just amplifying the problem.

How is the nnimap spam split stuff configured?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: slow imap start
  2010-09-14 11:00     ` Lars Magne Ingebrigtsen
@ 2010-09-14 11:11       ` Ted Zlatanov
  2010-09-14 11:23         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Ted Zlatanov @ 2010-09-14 11:11 UTC (permalink / raw)
  To: ding

On Tue, 14 Sep 2010 13:00:18 +0200 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> Ted Zlatanov <tzz@lifelogs.com> writes:
>> Richard is splitting mail based on a statistical spam backend.  Those
>> request the whole article to run something (in this case, Bogofilter) on
>> it.  So the splitting process is getting too many articles, spam-split
>> is just amplifying the problem.

LMI> How is the nnimap spam split stuff configured?

Are you asking me (in which case, "agnostically, it just asks the
backend for articles") or Richard for his specific setup?

Ted




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: slow imap start
  2010-09-14 11:11       ` Ted Zlatanov
@ 2010-09-14 11:23         ` Lars Magne Ingebrigtsen
  2010-09-14 16:37           ` Richard Riley
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-14 11:23 UTC (permalink / raw)
  To: ding

Ted Zlatanov <tzz@lifelogs.com> writes:

> Are you asking me (in which case, "agnostically, it just asks the
> backend for articles") or Richard for his specific setup?

The former.

So it's a generic mail-split thing?  Then it's not something I have to
worry about for nnimap...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: slow imap start
  2010-09-14 11:23         ` Lars Magne Ingebrigtsen
@ 2010-09-14 16:37           ` Richard Riley
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Riley @ 2010-09-14 16:37 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Ted Zlatanov <tzz@lifelogs.com> writes:
>
>> Are you asking me (in which case, "agnostically, it just asks the
>> backend for articles") or Richard for his specific setup?
>
> The former.
>
> So it's a generic mail-split thing?  Then it's not something I have to
> worry about for nnimap...

Since its only with your recent changes that this is happening I think
its probable it must be linked.

I've had to switch back to the emacs gnus distribution as a result.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-14 16:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-13 14:08 slow imap start Richard Riley
2010-09-13 14:19 ` Lars Magne Ingebrigtsen
2010-09-13 14:51   ` Richard Riley
2010-09-14 10:52   ` Ted Zlatanov
2010-09-14 11:00     ` Lars Magne Ingebrigtsen
2010-09-14 11:11       ` Ted Zlatanov
2010-09-14 11:23         ` Lars Magne Ingebrigtsen
2010-09-14 16:37           ` Richard Riley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).