$ svn diff
Index: Qpsmtpd/Constants.pm
===================================================================
--- Qpsmtpd/Constants.pm        (revision 967)
+++ Qpsmtpd/Constants.pm        (working copy)
@@ -24,6 +24,7 @@
        DENY_DISCONNECT        => 903,   # 550 + disconnect
        DENYSOFT_DISCONNECT    => 904,   # 450 + disconnect
        DECLINED               => 909,
+       NEXT                   => 909,   # happier alias for DECLINED
        DONE                   => 910,
        CONTINUATION           => 911,   # deprecated - use YIELD
        YIELD                  => 911,

Reply via email to