[Mailman-Developers] big list

Carson Gaspar carson@taltos.org
Fri, 08 Mar 2002 11:58:21 -0500


--On Friday, March 08, 2002 11:49 AM -0500 "Barry A. Warsaw" 
<barry@zope.com> wrote:


> There might be a way to defer this until SMTP delivery time, in which
> case we'd only create the copies in memory when talking to the smtpd.

Please! Exploding onto slow disk is bad...

Also, why create a copy at all? Why not just do the substitution in 
real-time during the SMTP conversation? i.e., instead of 
buffer->filter->buffer->tcp, just do buffer->filter->tcp. No GC needed.

-- 
Carson