|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: -f"" or -f ""?
From: Wietse Venema (wietse
porcupine.org)
Date: Fri May 02 2003 - 16:27:28 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ralf Hildebrandt:
> Today I notieced that my echo
charite.de address wasn't working anymore.
>
> I tracked down the error to this line:
>
> /usr/sbin/sendmail -f"" empfaenger < /dev/null
Equates to: /usr/sbin/sendmail -f empfaenger < /dev/null
> or
>
> /usr/sbin/sendmail -f "" empfaenger < /dev/null
Equates to: /usr/sbin/sendmail -f NULLSTRING empfaenger < /dev/null
> with the most recent Postfix snapshot, only the second form works, the
> other form gives me an error. Has this changed between Postfix
> versions or did I find a bug?
This has nothing to do with Postfix, and everything with the shell.
Wietse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]