Re: Redirect the error message of the server
|>Israel Tena typed (on Thu, Sep 02, 2004 at 06:11:06PM +0200):
|>| Hello,
||>| |>| I send mails with the next command:
|>| |>| #mutt -x -i /tmp/mail -e 'my_hdr Reply-To: dir@xxxxx <dir@xxxxx>'
|>| -s'Prueba' pepe@xxxxxx < .
|>| |>| and the "reply to" of the mail is "dir@xxxxx".
|>| |>| I would like that when the direction of which send the mail is
incorrect,
|>| to be able to indicate the answer direction of which send the error
message
|>| that send the server.
|>So then use "my_hdr Errors-To: una_dirección:
|I try with:
| #mutt -x -a/tmp/prueba -e 'my_hdr Error-To:mi@xxxxxx<mi@xxxxxx>'
-s'Prueba' dir@xxxxxx
|And
| #mutt -x -a/tmp/prueba -e 'my_hdr Errors-To:mi@xxxxxx<mi@xxxxxx>'
-s'Prueba' dir@xxxxxx
|But doesn't work. Why?
Hello,
I try with "mail" command:
#mail -s Prueba -r itena@xxxxxx xx@xxxxxx < /tmp/prueba
and It's ok.
But I try with
#echo | mutt -x -a /tmp/prueba -e 'my_hdr Errors-To:itena@xxxxxx'
xx@xxxxxx
Or
#echo | mutt -x -a /tmp/prueba -e 'my_hdr Reply-To:itena@xxxxxx'
xx@xxxxxx
And don't found. Why?
Thanks A lot