From c3a80da98846c21a5d3f32a91669d78774a0aa6a Mon Sep 17 00:00:00 2001 From: Graham Wilson Date: Mon, 30 Aug 2004 01:34:48 +0000 Subject: Move a handful of scripts (used for releases, testing, etc.) to dist-tools, so that they are not released in the tarball. svn path=/trunk/; revision=3934 --- dist-tools/test/testmda | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 dist-tools/test/testmda (limited to 'dist-tools/test/testmda') diff --git a/dist-tools/test/testmda b/dist-tools/test/testmda new file mode 100755 index 00000000..98a7c760 --- /dev/null +++ b/dist-tools/test/testmda @@ -0,0 +1,10 @@ +#!/bin/sh +# Test MDA for debugging fetchmail configurations. +echo "[testmda called with the following arguments: $*]" + +# Display the input +cat >/tmp/testmda$$ +echo "[text is "`wc -c