hi all,
i'm using sendmail package 8.11.3-1 with multiqueue enabled
(http://www.sendmail.net/usingmultiplequeues.shtml).
in /etc/init.d/sendmail I see queue_clean function, and it
seems to me it must be update, because now it does, i.e:
for qffile in $QUEUE/qf*
and i suppose it have to become:
for qffile in $(find $QUEUE -type f -name qf*)
i hope this is good...
ciao,
andrea

