Re: mutt's return value

2001-10-26 Thread Bruno Postle
On Thu 25-Oct-2001 at 11:02:21AM -0400, Mike Schiraldi wrote: > > VeriSign, Inc.1 > VeriSign Trust Network1F0D > =www.verisign.com/repository/RPA Incorp. By Ref.,LIAB.LTD(c)981H0F > VeriSign Class 1 CA Individual Subscriber-Persona Not Validated0 > 01032200Z > 020322235959Z0 [snip, lots a

Re: mutt's return value

2001-10-25 Thread Mike Schiraldi
> No errors will be reported even if I'll put a wrong e-mail address, like > [EMAIL PROTECTED] The email system is a lot like the snail mail system -- if you drop a letter with a bad address into a mailbox, you don't find out right away. The mailbox doesn't spit it out. Email works the same way -

mutt's return value

2001-10-25 Thread KOROBOV, OLEG X. \(AIT\)
PROTECTED]" 2>&1 1>$OUTFILE $?=0. No errors will be reported even if I'll put a wrong e-mail address, like [EMAIL PROTECTED] Only if I'll put something very bad like zzz it will return an error but $? will still be =0. So, how can I work with a mutt's retu

Mutt's return value

2001-10-25 Thread KOROBOV, OLEG X. \(AIT\)
PROTECTED]" 2>&1 1>$OUTFILE $?=0. No errors will be reported even if I'll put a wrong e-mail address, like [EMAIL PROTECTED] Only if I'll put something very bad like zzz it will return an error but $? will still be =0. So, how can I work with a mutt's retu