Re: Connection Killed Patch

2007-09-09 Thread Peter J. Holzer
On 2007-09-07 13:26:20 -0500, Ed McLain wrote: > Been having some issues where a connection would be killed by DENY or > DENYSOFT in the rcpto stage and yet qpsmtpd would allow the sender to > continue issuing commands and still accept the email. I've thrown together > a quick little patch that im

Re: Connection Killed Patch

2007-09-08 Thread John Peacock
Ed McLain wrote: Been having some issues where a connection would be killed by DENY or DENYSOFT in the rcpto stage and yet qpsmtpd would allow the sender to continue issuing commands and still accept the email. I've thrown together a quick little patch that implements a {_killed} variable based

Re: Connection Killed Patch

2007-09-07 Thread John Levine
>Been having some issues where a connection would be killed by DENY or >DENYSOFT in the rcpto stage and yet qpsmtpd would allow the sender to >continue issuing commands and still accept the email. If you want to kill the connection, shouldn't you be using DENY_DISCONNECT or DENYSOFT_DISCONNECT? I