On Apr 21, 2007, at 11:49 PM, Matt Kettler wrote:
Try adding a -D to sa-learn.. if it's lock contention, you should
see a bunch of messages about it waiting for the lock.
i did this earlier (after some mucking about with file tracing tools)
and found that most of the wait seems to be in two places:
- loading user_prefs (which in my case has some auto-generated
portions that could be substantially trimmed)
- one of the rules files (i'm trying to isolate what rule)
to the point of filtering, i do wonder if i can solve my "what to
scan" problem by setting my own custom imap flags. since maildir
records that information in the filename this would allow me to
easily call sa-learn once on all files matching that pattern.
-faisal