Displaying 1 result from an estimated 1 matches for "s1753112abzeyptt".
2009 May 25
1
little problem with lmtp and 8bitmime mail from:
...verything is delivered right, lmtp works as expected. But with 8bitmime senders, like kernel mailing list, lmtp returns a 5.5.4 not supported and mail is bounced. Is this expected, meaning just not implemented, or could it be a bug?
E.g.:
Problem:
MAIL FROM:<linux-kernel-owner+info=40xxxx.com-S1753112AbZEYPtt at vger.kernel.org> BODY=8BITMIME
RCPT TO:<info at xxxx.com>
DATA
vstream_fflush_some: fd 12 flush 130
vstream_buf_get_ready: fd 12 got 89
501 5.5.4 Unsupported options
Ok:
MAIL FROM:<some.address at somewhere.com>
RCPT TO:<info at xxxx.com>
DATA
vstream_fflush_some: fd 12 fl...