This utility is intended for programmers. You can test DLL-plugins by it without Advanced Direct Remailer.
Syntax:
TestDLL.EXE plugin.dll File1.msg [File2.msg … [FileN.msg]]
Where:
Plugin.dll – plugin in test;
File1.msg – file with message in ADR format.
Examples:
TestDLL.EXE sendnum.dll 111ix5l-000-0000.msg
TestDLL.EXE msgid.dll 1.msg 2.msg 3.msg 4.msg
The program loades plugin for test by ADR method and processes specified files with messages by it. The utility with its source code is placed in utils subdirectory.