On Sat, 2005-09-24 at 18:30 +0200, Rudy Gevaert wrote:
Hi Timo
Timo Sirainen wrote:
Hmm. I can't reproduce this. Redirecting works just fine with me. Does reject works with you?
Reject works. But the email telling me the mail is rejected doesn't contain the body of the mail I sent out. ( I don't know if it is that way.)
It's supposed to leave the body out.
Maybe it has something to do with your sendmail binary not working as expected. What happens if you from command line try this:
sendmail -i -f <> -- your.email@address
<ctrl-d> That input doesn't work sendmail -i -f <> -- your.email@address returns straight away.
Oh, right, because of <> :) How about then:
sendmail -i -f '<>' -- rudy.gevaert@ugent.be
Although I'd think that it works since rejecting mails work.
Could you redirect some email to my address and then the same mail to me separately?