On Wed, 2010-11-10 at 18:16 +0100, Karsten Bräckelmann wrote:
> > > find /var/spool/imap/user/kmeyer/ -name '[0-9]*.' -exec sa_learn {} \;
> > >
> > > which is a bit slower but avoids the command line overflow by running
> > > sa_learn on every matching file.
>
> A "bit" slower. Periodically re-learning the entire Inbox of 100+ users,
> spawning a full Perl process for every single mail...
>
Indeed, but when I wrote that I had no idea that the directory had
permanent content. I was under the impression that its content would be
deleted or archived after it had been learned and the next run would be
dealing with new messages.
Martin