On Jun 10, 2004, at 11:06 PM, Robert Spier wrote:
-use constant DENY => 901; -use constant DENYSOFT => 902; +use constant DENY => 901; # 550 +use constant DENYSOFT => 902; # 450 +use constant DENYHARD => 903; # 550 + disconnect +use constant DENYSOFTHARD => 904; # 450 + disconnect use constant DECLINED => 909;
Maybe the *HARD ones should be renamed to s/HARD/DISCONNECT/ -- that'd be a bit less confusing.
We can leave DENYHARD in but add DENYDISCONNECT with the same code.
- ask
-- http://www.askbjoernhansen.com/
