|
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 ""?
Victor.Duchovni
morganstanley.com
Date: Fri May 02 2003 - 16:23:16 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 2 May 2003, Ralf Hildebrandt wrote:
>
> /usr/sbin/sendmail -f"" empfaenger < /dev/null
>
> or
>
> /usr/sbin/sendmail -f "" 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?
>
Ralf this is a shell semantics issue, not a Postfix issue. This has come
up before (~1 year ago I think). The shell converts -f"" to -f without the
quotes. Postfix never sees the empty string...
Nothing has changed. -f"" has never worked and will never work.
--
Victor Duchovni
IT Security,
Morgan Stanley
_______________________________________________________________________
NOTICE: If received in error, please destroy and notify sender. Sender
does not waive confidentiality or privilege, and use is prohibited.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]