Re: Qpsmtpd::Transaction::body_fh

2009-04-07 Thread Jared Johnson
So, after some more extensive testing, we've found that dup'ing body fh's all over the place and then writing to different ones can cause some problems. So I think I will submit my dup() enhancement as a separate function, dup_body_fh(). When I updated the documentation I noticed that body_fh

Re: Qpsmtpd::Transaction::body_fh

2009-04-07 Thread Hanno Hecker
On Tue, 7 Apr 2009 09:57:37 -0500 Jared Johnson wrote: > When I updated the documentation I noticed that body_fh() is actually > documented to return undef in the event that the body is not yet spooled > to disk. I assumed that it was an oversight that body_fh didn't call > body_spool() simil