Re: Strange mail behaviour

2002-06-25 Thread Oliver Fuchs
On Mon, 24 Jun 2002, andrej hocevar wrote: > sendmail -f "[EMAIL PROTECTED]" -F foo root gives: Hi, you are using sendmail with the -f option and root is allowed to send mail with another sender name without any X-Authority warnings ... the -F option specifies the full name ... and if you are won

Re: Strange mail behaviour

2002-06-24 Thread Derrick 'dman' Hudson
On Mon, Jun 24, 2002 at 10:29:33PM -0100, andrej hocevar wrote: | Lately I've been playing a little with sending mail to myself | (great fun, that!:)). I'm using postfix and it works perfectly. | I've found out that if I send mail using "sendmail -f foo -F bar | root" to rewrite headers there's an

Re: Strange mail behaviour

2002-06-24 Thread Jeronimo Pellegrini
> man sendmail and check the -F option: > > -F full_name > Set the sender full name. This is used only with > messages that have no From: message header. Oops... That make sno sense! It says From:, not To: Sorry! Anyway, I can reproduce it here. Not sure wh

Re: Strange mail behaviour

2002-06-24 Thread Jeronimo Pellegrini
> sendmail -f "[EMAIL PROTECTED]" -F foo root gives: > > >From [EMAIL PROTECTED] Mon Jun 24 22:27:43 2002 > Date: Mon, 24 Jun 2002 22:27:42 -0100 (GMT+1) > From: [EMAIL PROTECTED] (foo) > To: undisclosed-recipients:; > > > What's that doing there? man sendmail and