Closed
Bug 47835
Opened 25 years ago
Closed 25 years ago
Changing SMTP servers may not cause state machine reset
Categories
(MailNews Core :: Networking: SMTP, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: dmosedale, Assigned: mscott)
Details
(Whiteboard: [nsbeta3+])
Set your SMTP server to obob.netscape.com, and try to send a message.
It will fail with an error message about authentication, because obob is not
configured to accept messages on an unauthenticated SMTP connect. This is fine.
Now, go set your SMTP server xwing.netscape.com; this is an example of a machine
which is configured to require a HELO handshake. Then try and send the message.
It will fail with an error along the lines of "Polite people say HELO first."
What seems to be happening is that despite the change in SMTP server, Mozilla is
not resetting the state machine, so it believes that it doesn't need to restart
the protocol handshake.
Comment 1•25 years ago
|
||
This must be what's causing 47324 and 47811
| Assignee | ||
Comment 2•25 years ago
|
||
I have a fix for this. Some smtp capabilities caching code jeff checked in back
in june broke this stuff.
Keywords: correctness,
nsbeta3
Target Milestone: --- → M18
| Assignee | ||
Comment 4•25 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
I am using 2000092809 branch builds on windows and mac and linux.
I am seeing the message for non authentication appear on mac and windows but not
linux.
the HELo message is sent in all the cases
Comment 8•25 years ago
|
||
verifying
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•