--On Friday, March 08, 2002 11:49 AM -0500 "Barry A. Warsaw" 
<[EMAIL PROTECTED]> 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


_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to