Chad Miller <cmiller@surfsouth.com> writes:
> I don't suppose there's a easy way to submit a batch of bug reports, eh?
Just do a
for package in dpkg apt libc gpg bplay etc ; do
sed [...] bug.template | mail ;
done
where sed do the right thing. That is an easy way, right? (say yes!)