Package: tinyhoneypot
Version: 0.4.6-8

/usr/share/thpot/lib/smtp.pl line 44 has 'stmpver' instead of 'smtpver':
8<-----------------------------------------------------------------------
%smtphash = (
        start   =>      "220 $hostname.$domain $stmpver; $now\x0d\x0a",
----------------------------------------------------------------------->8

should be:
8<-----------------------------------------------------------------------
%smtphash = (
        start   =>      "220 $hostname.$domain $smtpver; $now\x0d\x0a",
----------------------------------------------------------------------->8

and then one nicely gets a random header as per the intention of the thing.

Greets,
 Jeroen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to