diff options
Diffstat (limited to 'testmda')
-rwxr-xr-x | testmda | 10 |
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$$ - |