aboutsummaryrefslogtreecommitdiffstats
path: root/testmda
diff options
context:
space:
mode:
Diffstat (limited to 'testmda')
-rwxr-xr-xtestmda10
1 files changed, 0 insertions, 10 deletions
diff --git a/testmda b/testmda
deleted file mode 100755
index 98a7c760..00000000
--- a/testmda
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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 </tmp/testmda$$`" bytes long]"
-cat /tmp/testmda$$
-rm /tmp/testmda$$
-