Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Sending...failed with exit value 65
@ 2008-03-26 22:59 Cezar Halmagean
  2008-03-27  1:31 ` Thomas Christensen
  2008-03-27  4:54 ` Sivaram Neelakantan
  0 siblings, 2 replies; 3+ messages in thread
From: Cezar Halmagean @ 2008-03-26 22:59 UTC (permalink / raw)
  To: info-gnus-english


Hi list,

  I've recently set up msmtp and it looks like it's working properly
  except for some cases (I don't really know which yet) I can
  successfully send mail to myself but I sometimes get this error 

  message-send-mail-with-sendmail: Sending...failed with exit value 65

  when replying to mail from other people.


Regards,
Cezar

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Sending...failed with exit value 65
  2008-03-26 22:59 Sending...failed with exit value 65 Cezar Halmagean
@ 2008-03-27  1:31 ` Thomas Christensen
  2008-03-27  4:54 ` Sivaram Neelakantan
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Christensen @ 2008-03-27  1:31 UTC (permalink / raw)
  To: info-gnus-english

Cezar Halmagean <cezar@mixandgo.ro> writes:

> Hi list,
>
>   I've recently set up msmtp and it looks like it's working properly
>   except for some cases (I don't really know which yet) I can
>   successfully send mail to myself but I sometimes get this error 
>
>   message-send-mail-with-sendmail: Sending...failed with exit value 65
>
>   when replying to mail from other people.

You should check your msmtp log for error messages.  The exit value is
what is returned from /usr/sbin/sendmail (which should be a link or
something to msmtp) to indicate an error.

		Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Sending...failed with exit value 65
  2008-03-26 22:59 Sending...failed with exit value 65 Cezar Halmagean
  2008-03-27  1:31 ` Thomas Christensen
@ 2008-03-27  4:54 ` Sivaram Neelakantan
  1 sibling, 0 replies; 3+ messages in thread
From: Sivaram Neelakantan @ 2008-03-27  4:54 UTC (permalink / raw)
  To: info-gnus-english

Cezar Halmagean <cezar@mixandgo.ro> writes:

> Hi list,
>
>   I've recently set up msmtp and it looks like it's working properly
>   except for some cases (I don't really know which yet) I can
>   successfully send mail to myself but I sometimes get this error 
>
>   message-send-mail-with-sendmail: Sending...failed with exit value 65
>
>   when replying to mail from other people.

[...]
The error code can be checked in the log file or here

http://freebsd-man.page2go2.com/man3/sysexits_3.html

and for your case

 EX_DATAERR (65)	   The input data was incorrect in some way.  This
			   should only be used for user's data and not system
			   files.

hmm...that doesn't seem to be too helpful.

try to send the same mail from the command line like this

create a file testmail.txt with a simple email body.
--8<---------------cut here---------------start------------->8---
Subject: Test

test email
--8<---------------cut here---------------end--------------->8---
 From the command line, issue this
msmtp --file=./msmtprc.txt < ./testmail.txt someone@someplace.com

Check what happens.


 sivaram
 -- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-27  4:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-26 22:59 Sending...failed with exit value 65 Cezar Halmagean
2008-03-27  1:31 ` Thomas Christensen
2008-03-27  4:54 ` Sivaram Neelakantan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).