On 13 Jun 2004, at 11:48, Hanno Hecker wrote:

In addtition you could also add an alias for RFC errors at the end of Qpsmtpd::Constants:

  use constant RFC_ERROR => (DENY, 501);

So plugin writers can just write
  return(RFC_ERROR, "Syntax error in HELO argument");

Unfortunately perl's constants are just scalars, unlike (say) C #defines.


Matt.



Reply via email to