From: dtk@all.net
Reply-to: dtk@all.net
Organization: Deception ToolKit Mailing List
Subject: DTK Mailing List 19990615
<pre>---------------------------------------------
Date: Tue, 15 Jun 1999 12:46:45 -0400
From: Martin Robb <MartinRobb@ieee.org>
Subject: smtp.pl problems

My apologies if this has been previously pointed out or has been fixed
since I picked up the deception toolkit.

I've been experimenting with dtk and have been very pleased, but noticed
some problems with the smtp.pl script:

	LOGIT is not in logging.pl - I changed this to LOG

on line 53: @PFILE=split(/\n</usr/local/dtk/@fake.passwd`); had mismatched
angle brackets. I changed it to @PFILE=split(/\n/</usr/local/dtk/\@fake.passwd>);

there were several extra curly braces at the end. I futzed with the
indentation and patched up the last couple of executable statements.

The result seems to work, but I don't speak perl so please take it with
a grain of salt. The modified file is attached.

Regards,
Martin Robb
MartinRobb@ieee.org
...
---------------------------------------------
How right Martin is...

When I provided smtp.pl - a subset of what waws once called
ManAlMail - I failed to properly convert the logging. This
will be updated in the next DTK version.

FC
---------------------------------------------
