Re: [Dovecot] Processing too fast?

2007-05-15 Thread Johannes Berg
On Mon, 2007-05-14 at 14:56 -0700, Daniel L. Miller wrote:

 Is Dovecot grabbing the file from new and moving it to cur faster 
 than ASSP can write? 

Possible, if it uses inotify there.

  How can I get around this?  ASSP only allows for a 
 folder to save each category to - I can't specify an LDA.

Well if it's writing maildir it should open a new file in tmp/, write to
it and then move it to new/ instead of opening a file in new/ and
writing to it.

johannes


signature.asc
Description: This is a digitally signed message part


[Dovecot] Processing too fast?

2007-05-14 Thread Daniel L. Miller
I'm trying to use Dovecot to make administering ASSP a bit easier.  I've 
created a mailbox with a number of subfolders (Spam, Ham, etc.) and have 
ASSP setup to save mail in the appropriate folder e.g. 
/var/mail/ASSP/.INBOX.Ham/new.  But I'm having problems with ASSP 
complaining about the newly created files - I believe the file gets 
opened, then it disappears before ASSP finishes writing to it.


Is Dovecot grabbing the file from new and moving it to cur faster 
than ASSP can write?  How can I get around this?  ASSP only allows for a 
folder to save each category to - I can't specify an LDA.


--
Daniel