> > -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.
+1. I just followed existing convention. -R
