Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* No Gnus 0.3 slower than Oort Gnus 0.24 spam handling
@ 2006-03-17 19:33 Alberto L
  2006-03-21 16:02 ` Ted Zlatanov
       [not found] ` <4nek0vdbwf.fsf@asimov.bwh.harvard.edu>
  0 siblings, 2 replies; 4+ messages in thread
From: Alberto L @ 2006-03-17 19:33 UTC (permalink / raw)



Hi all,

I recently upgraded from Oort 0.24 to No 0.30 and my spam handling has
become quite slow.  Here is my situation:

- I use nnfolder mail storage
my spam handling configuration (using bogofilter):
- splits spam into mail.spam.temp
- on exiting, spam in all groups is moved to mail.spam.save
- mail.spam.temp and mail.spam.save are spam groups
- the spam process destination for mail.spam.save is nil

When I enter mail.spam.temp to check for false spam positives, on
quitting it all spam-marked messages are moved to mail.spam.save.
This is quite slower with No 0.30 w.r.t. Oort 0.24 because,
apparently, both mail.spam.temp and mail.spam.save are written to
disk each time a single message is moved.  With Oort 0.24 as far as I
can understand both groups are written to disk only once.

I include some bits of my spam configuration:

  (setq
   spam-split-group "mail.spam.temp"
   spam-junk-mailgroups
   '("mail.spam.temp" "mail.spam.save")

   gnus-spam-process-newsgroups
   '(
     ("^mail\\.incoming\\.....-..-..$"
      ((spam spam-use-bogofilter)))
     ("^mail\\.spam\\.train$"
      ;; ((spam spam-use-blacklist))
      ;; ((ham spam-use-whitelist))
      ((ham spam-use-bogofilter))
      ((spam spam-use-bogofilter)))
     ("^mail\\.spam\\.save$"
      ((ham spam-use-bogofilter)))
     )

   gnus-spam-process-destinations
   '(
     ("^mail\\.spam\\.save$" nil)
     ("^mail\\..*$" "mail.spam.save")
     )

   gnus-ham-process-destinations
   '(
     ("^mail\\.spam\\..*$" "mail.incoming.nospam")
     )
   )

Greetings,
-- 
Alberto

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

end of thread, other threads:[~2006-03-22 15:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-17 19:33 No Gnus 0.3 slower than Oort Gnus 0.24 spam handling Alberto L
2006-03-21 16:02 ` Ted Zlatanov
     [not found] ` <4nek0vdbwf.fsf@asimov.bwh.harvard.edu>
2006-03-21 17:31   ` Alberto L
2006-03-22 15:22     ` Ted Zlatanov

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).