Re: sendmail corrupts long header From
- From: vova <vvvovan@xxxxxxxxx>
- Date: Tue, 15 Sep 2009 01:40:26 -0700 (PDT)
Is it "Local-part", "Domain" or "Command Line"? No, I think.I suppose that checking RFC5321 at sections 4.5.3.1.{1,2,4} could be a
start?
My example doesn't violate any of these sections. It is header From with
4 strings of 75 (about) chars in length.
well? 4*(64+N) used to be bigger than 256.
No, it's header. I thought, "reverse-path or forward-path" is aMaybe this can be applied:
4.5.3.1.3. Path
The maximum total length of a reverse-path or forward-path is 256
octets (including the punctuation and element separators).
Do you mean that the huge unreadable lines you quoted are not
only unreasonable headers but real SMTP <path>s ???
header.
Then, maybe,
4.5.3.1.6. Text Line
The maximum total length of a text line including the <CRLF> is
1000
octets (not counting the leading dot duplicated for transparency).
This number may be increased by the use of SMTP Service Extensions.
But strings in my case are not such long.
Now, mind that on each relay your mails will pass through you mayThis parameter doesn't apply for From, I think. It's for headers in $=
find their mailmasters enforced some header size settings,
see in the cf/README about confMAX_MIME_HEADER_LENGTH
(eg grep -C3 confMAX_MIME_HEADER_LENGTH /usr/share/sendmail-cf/README)
My usual settings are 256/128 and I think you'll meet this setting
on many other relays than mine.
{checkMIMETextHeaders}.
Also, Postfix accepts such headers without problems.
.
- Follow-Ups:
- Re: sendmail corrupts long header From
- From: Loki Harfagr
- Re: sendmail corrupts long header From
- References:
- sendmail corrupts long header From
- From: vova
- Re: sendmail corrupts long header From
- From: Loki Harfagr
- Re: sendmail corrupts long header From
- From: vova
- Re: sendmail corrupts long header From
- From: Loki Harfagr
- sendmail corrupts long header From
- Prev by Date: Re: sendmail corrupts long header From
- Next by Date: Re: sendmail corrupts long header From
- Previous by thread: Re: sendmail corrupts long header From
- Next by thread: Re: sendmail corrupts long header From
- Index(es):
Relevant Pages
|