On Thu, 13 Sep 2007 23:35:36 -0400 (EDT) John L <[EMAIL PROTECTED]> wrote:
> I don't see any received_line_respond method in SMTP.pm, and I observer > that qpsmtpd-forkserver calls my routine, then throws away the result, > which suggests to me that whoever did the foo/foo_respond split forgot > this one. How/what do you return from your hook_received_line()? The first value should be the "OK" constant, the second the received line. Any other value than OK, will ignore the results from your hook. Hanno