Gnus development mailing list
 help / color / mirror / Atom feed
* followup to 'I can't post and article'
@ 1999-08-18 14:52 Daniel A. Monjar
  1999-08-27 18:05 ` Peter von der Ahé
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel A. Monjar @ 1999-08-18 14:52 UTC (permalink / raw)


My problem was a bad From entry.  I was playing with some stuff,
testing someone's theory that since spam harvesters only look at the
>From header that by having a bad from and a correct Reply-To one could
reduce spam stuff.  After finally looking in the *Messages* buffer it
became obvious what was going on:


-----------
Loading mail-extr...
Loading mail-extr...done
Denied posting -- the From looks strange: "Daniel Monjar".
No methods specified to send by
-----

So I removed the From entry in .gnus:

-----
Sending...
There is no From line.  Posting is denied.
No methods specified to send by
------

Guess it's looking for a '@' in the From?:

------
Sending...
Loading cl-seq...
Loading cl-seq...done
Sending...done
------

All is working now.  Less than helpful error message though.

Thanks for the replies!

-- 
Daniel Monjar (mailto:dmonjar@orgtek.com)
Organon Teknika
Durham, NC US


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

* Re: followup to 'I can't post and article'
  1999-08-18 14:52 followup to 'I can't post and article' Daniel A. Monjar
@ 1999-08-27 18:05 ` Peter von der Ahé
  0 siblings, 0 replies; 2+ messages in thread
From: Peter von der Ahé @ 1999-08-27 18:05 UTC (permalink / raw)
  Cc: Lars Magne Ingebrigtsen

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

>>>>> "DAM" == Daniel A Monjar <dmonjar@orgtek.com> writes:

 DAM> All is working now.  Less than helpful error message though.

I was having the same problem earlier today, I have attached a patch,
which will save the helpful error message in the minibuffer.

Cheers,
Peter


[-- Attachment #2: More helpful error message --]
[-- Type: text/x-patch, Size: 1183 bytes --]

diff -rc pgnus-0.96.orig/lisp/ChangeLog pgnus-0.96/lisp/ChangeLog
*** pgnus-0.96.orig/lisp/ChangeLog	Fri Aug 27 15:17:01 1999
--- pgnus-0.96/lisp/ChangeLog	Fri Aug 27 19:59:35 1999
***************
*** 1,3 ****
--- 1,8 ----
+ 1999-08-27  Peter von der Ahé  <pahe@daimi.au.dk>
+ 
+ 	* message.el (message-send): More helpful error message if sending
+ 	fails
+ 
  Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
  
  	* gnus.el: Pterodactyl Gnus v0.96 is released.
diff -rc pgnus-0.96.orig/lisp/message.el pgnus-0.96/lisp/message.el
*** pgnus-0.96.orig/lisp/message.el	Fri Aug 27 15:17:11 1999
--- pgnus-0.96/lisp/message.el	Fri Aug 27 19:56:22 1999
***************
*** 2010,2016 ****
  				(car elem))))
  			  (setq success (funcall (caddr elem) arg)))))
  	(setq sent t)))
!     (unless sent
        (error "No methods specified to send by"))
      (when (and success sent)
        (message-do-fcc)
--- 2010,2016 ----
  				(car elem))))
  			  (setq success (funcall (caddr elem) arg)))))
  	(setq sent t)))
!     (unless (or sent (not success))
        (error "No methods specified to send by"))
      (when (and success sent)
        (message-do-fcc)

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

end of thread, other threads:[~1999-08-27 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-18 14:52 followup to 'I can't post and article' Daniel A. Monjar
1999-08-27 18:05 ` Peter von der Ahé

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).