|
|
|
|
|
by baudehlo
4769 days ago
|
|
Hopefully that's not the SMTP syntax you're actually using. * There's no space between FROM: and the address in SMTP
* Email addresses must come between angle brackets
I'd reject (give you a 5xx) that from my mail server for those reasons alone. |
|
I typed it out live. I'm not an SMTP client and I don't have the RFCs memorized.
> I'd reject (give you a 5xx) that from my mail server for those reasons alone.
Postfix accepts it. I haven't checked the RFC to verify your concerns, but assuming they're correct, then my expectation is that postfix is liberal in what it accepts because A) it's a good idea, and B) a real mail transfer agent probably ignored those two minimal rules at some point in the past.