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.

Reply via email to