]> Pileus Git - ~andy/fetchmail/blob - dist-tools/test/testmda
Credit John Beck's fixes.
[~andy/fetchmail] / dist-tools / test / testmda
1 #!/bin/sh
2 # Test MDA for debugging fetchmail configurations.
3 echo "[testmda called with the following arguments: $*]"
4
5 # Display the input
6 cat >/tmp/testmda$$
7 echo "[text is "`wc -c </tmp/testmda$$`" bytes long]"
8 cat /tmp/testmda$$
9 rm /tmp/testmda$$
10