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
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
>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