aboutsummaryrefslogtreecommitdiffstats
path: root/testmda
blob: 98a7c7608b85f952095d4ab18b4c464245525f6d (plain)
1
2
3
4
5
6
7
8
9
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 </tmp/testmda$$`" bytes long]"
cat /tmp/testmda$$
rm /tmp/testmda$$