aboutsummaryrefslogtreecommitdiffstats
path: root/manpage.css
Commit message (Expand)AuthorAgeFilesLines
* manpage.css, style.css: Nikolaus Schulz2007-11-061-21/+1
* Files added: Nikolaus Schulz2007-11-041-0/+31
9' href='#n9'>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$$