Tags: patch fixed-upstream
Hi Ian,
The code says:
if [ "$1" = "-n" ] ; then
ninpaths $TMP -r $ME
else
ninpaths $TMP -r $ME |\
$MAILCMD -s "inpaths $ME" ${1:-$defaddr}
Ie the correct synopsis is:
sendinpaths [-n|"email addresses"]
You're perfectly right.
The documen
Package: inn2
Version: 2.4.5-5
sendinpaths(8) says:
sendinpaths [-n]
... That report is mailed to the e-mail addresses configured at
the beginning of this script (by default "pathsur...@top1000.org"
and "top1...@anthologeek.net").
The code says:
if [ "$1" = "-n" ] ; then
2 matches
Mail list logo