aboutsummaryrefslogtreecommitdiffstats
path: root/archived-messages
Commit message (Expand)AuthorAgeFilesLines
* More berlios -> sourceforge changes.Matthias Andree2014-05-211-46/+0
* Convert most ref
#!/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$$