patch to rblcheck.c (mail/rblcheck/files/patch-aa) uses fprintf(), without considering quiet flag. Fix: replace fprintf()s in the patch with if (!quiet) fprintf(...) How-To-Repeat: for example, "rblcheck -q hostname" displays "checking xx.xx.xx.xx".
State Changed From-To: open->closed Fix already committed.