-
akartmann added macgyverx83 to the nDumbster project.
2009-10-29 22:08:08 UTC by akartmann
-
I was unit testing SimpleSmtpServer in VS2008 / .NET 3.51 and noticed a socket related bug. Specifically, there is a deadlock bug between the listener thread and the main thread (unit test client in my case). In HandleSmtpTransaction, the code will lock up once the SmtpState changes to QUIT. This is because no more data is available to read form the socket so the read attempt will block and...
2009-08-19 20:14:46 UTC by nobody
-
Hi,
The RST command moves the state to GREET, but it should be MAIL. The patch below fixes it. Many mail clients use many RST commands before they send the body.
Best regards,
Tony
42c42
< /// rset | 250/GREET | 250/GREET | 250/GREET | 250/GREET | 250/GREET | 250/GREET | 250/GREET
---
> /// rset | 250/GREET | 250/GREET | 250/MAIL | 250/MAIL |...
2007-10-24 19:02:46 UTC by tonyweber
-
smuda committed patchset 46 of module nDumbster to the nDumbster CVS repository, changing 6 files.
2007-08-18 19:11:31 UTC by smuda
-
smuda committed patchset 45 of module nDumbster to the nDumbster CVS repository, changing 1 files.
2007-07-24 09:36:47 UTC by smuda
-
smuda committed patchset 44 of module nDumbster to the nDumbster CVS repository, changing 1 files.
2007-07-13 10:46:41 UTC by smuda
-
smuda committed patchset 43 of module nDumbster to the nDumbster CVS repository, changing 1 files.
2007-07-13 10:44:06 UTC by smuda
-
smuda committed patchset 42 of module nDumbster to the nDumbster CVS repository, changing 2 files.
2007-07-11 19:48:41 UTC by smuda
-
smuda committed patchset 41 of module nDumbster to the nDumbster CVS repository, changing 1 files.
2007-07-11 19:44:10 UTC by smuda
-
smuda committed patchset 40 of module nDumbster to the nDumbster CVS repository, changing 1 files.
2007-07-07 13:40:13 UTC by smuda