On Sun, 2007-07-01 at 14:09 +0100, Joe Knall wrote: > Hello, > > Postfix has a feature called DISCARD; to discard a message means to > accept it regularly but deliver to /dev/null (eg. blacklisted senders). > > To implement this with qpsmtpd do I have to provide a custom hook_queue > that does actually nothing but return OK? > Am I missing something?
Looking at qmail-queue, it looks to me as if the queue_hook has the responsibility of accepting the message from the sender. If you don't let the sender send you the data, I suspect it may keep the message queued and retry. > > Thanks, Joe -- --gh
