On Wed, 13 Feb 2008, Matt Sergeant wrote: > On 13-Feb-08, at 5:19 PM, [EMAIL PROTECTED] wrote: > > > > That's a different hook. > > > > Do you mean that the relay plugin hooks rcpt, and the queue plugin hooks > > queue, so the OK returned in the relay plugin doesn't have the same effect > > as the OK returned in the queue plugin? > > Yup. That's exactly what I meant :-)
So, my custom plugin has to use the queue hook and no other, then simply return OK if the conditions are met, and the message will be silently dropped. (Right?) I'll give that a try. Thanks.