This is not what I'm seeing with pyramid-mailer==0.9 repoze.sendmail==3.2 Messages are placed in maildir/new and are picked up by qp ok. regards robert
On Thu, Aug 9, 2012 at 2:06 AM, Jonathan Vanasco <[email protected]> wrote: > after digging around code a lot, here's what i figured out: > > i call pyramid_mailer's send_to_queue , which seems to place the > message in the maildir/tmp > > the repoze.sendmail.queue console routine ( which is wrapped by qp ) > calls the repoze.sendmail.maildir routine to loop through messages -- > which only happens to the maildir/cur maildir/new directories > > anyone know how/why my messages are in maildir/tmp and what i can do > to have them migrated into new/cur ? that should solve my problems > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
