Removing /etc/apt/apt.conf.d/02compress-indexes didn't work for me (not sure why). But I got webmin 1.801 installed on Jessie by doing:
apt-get purge apt-show-versions
rm /var/lib/apt/lists/*gz
apt-get -o Acquire::GzipIndexes=false update
apt-get install apt-show-versions
dpkg -i webmin_1.801_all.deb
Hope this helps any other poor souls out there.