> So the are two possible ways of fixing it:
> a) Adding the queue ID to every single logged message; or
> b) Adding the process ID to each one of them.
Only solution a will work, as milter-greylist is a multithreaded
program: on reasonable systems, all threads share the same PID.
Great, that should be enough. So how do we get that implemented? I'm horrible at C. :)
(irc: netmask on freenode)