On Wed, Oct 14, 2009 at 03:01:57PM -0700, patrick keshishian wrote:
> On Wed, Oct 14, 2009 at 1:52 PM, Gilles Chehade <[email protected]> wrote:
> > this was discussed with jacekm@ and the issue is actually a bit
> > trickier than i initially assumed, we'll fix that soon but it's
> > not a five minutes fix as it looks like ;)
> 
> as a bystander/observer to this discussion thread, this sounds
> interesting and I was wondering if there would/could be any narrative
> to the core of the problem and fix?

smtpd currently does no content inspection.  However, even the most
basic SMTP implementation needs to parse message content, eg.  to
add missing domainpart to From:, add missing Date: or Message-Id:
or to strip Return-Path:.  So, we need to come up with a solution
that will cater for all these cases, and possibly more.

Reply via email to