aboutsummaryrefslogtreecommitdiffstats
path: root/libesmtp/gethostbyname.c
Commit message (Expand)AuthorAgeFilesLines
* Merge portability patch from Peter O'Gorman, fetchmail-devel 2007-10-31.Matthias Andree2007-12-261-1
#!/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$$