On 13-Feb-08, at 3:31 PM, [EMAIL PROTECTED] wrote:
I'm using forkserver 0.32. I've have a need to either drop or redirect
certain messages after accepting them. In other words, I do not
want to
reject the connection, but I also do not want to make the delivery
to the
provided recipient address.
I can identify certain factors in plugins I have now, and have set
several
transaction notes. What can I do, specifically, to drop and/or send
the
message to a new recipient, after testing for the notes, in a new or
existing plugin?
Just create a queue plugin which based on whatever criteria you have
for dropping returns OK.
Run this plugin *before* your real queue plugin.
Matt.