Re: not receiving mail if "From" contains spaces...
From: Rich Matheisen [MVP] (richnews_at_rmcons.com.NOSPAM.COM)
Date: 05/05/04
- Next message: Josh: "OWA Permissions"
- Previous message: david: "smtp connector"
- In reply to: mmac: "not receiving mail if "From" contains spaces..."
- Next in thread: mmac: "Re: not receiving mail if "From" contains spaces..."
- Reply: mmac: "Re: not receiving mail if "From" contains spaces..."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 04 May 2004 21:04:04 -0400
"mmac" <no@thanks.com> wrote:
[ snip ]
>I am at a loss, any idea why a space would matter to either IIS or Exchange
>2k??
Because it matters to RFC821/2821 and RFC822/2822?
A space between words means something quite different to a 'space in a
quoted string'.
From: abc def <abc-def@someplace.com>
or
From: abc def <abc def@someplace.com>
vs.
From: "abc def" <abc-def@someplace.com>
or
From: "abc def" <"abc def"@someplce.com>
The "From: System Message" will be delivered to what address?
system@message, or system@localdomain.com and message@localdomain.com?
If you're not using the "X-Sender:" and "X-Receiver:" headers to
specify the sender and recipient addresses then the "From", "To", or
"Sender" headers must contain properly fromed smtp addresses.
-- Rich Matheisen MCSE+I, Exchange MVP MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm
- Next message: Josh: "OWA Permissions"
- Previous message: david: "smtp connector"
- In reply to: mmac: "not receiving mail if "From" contains spaces..."
- Next in thread: mmac: "Re: not receiving mail if "From" contains spaces..."
- Reply: mmac: "Re: not receiving mail if "From" contains spaces..."
- Messages sorted by: [ date ] [ thread ]