Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus stripping subjects? (441 Required "Subject" header is missing)
@ 2003-11-13 19:40 Steven E. Harris
  2003-11-13 20:34 ` Gnus stripping subjects? (441 Required "Subject" header is Steven E. Harris
  2003-11-13 20:43 ` Steven E. Harris
  0 siblings, 2 replies; 3+ messages in thread
From: Steven E. Harris @ 2003-11-13 19:40 UTC (permalink / raw)


Here's a weird problem that seems to be Gnus-related. I have a
secondary news server set up pointing at news.panix.com.¹ When I try
to post there through Gnus, the server reports:

,----
| 441 Required "Subject" header is missing 
| Couldn't send message via news: 441 Required "Subject" header is missing 
`----

Yet my Subject header is definitely there. Other messages are
arriving, so it seems that others are able to post. In fact, I tried
posting interactively over a raw telnet connection and it works fine.

I can post to my primary news server and through Gmane as a secondary
server, but not through Panix. Can anyone offer any clues as to what
Gnus may be doing differently with this server, and how I can go about
inspecting what's getting sent to the server?


Footnotes: 
¹ It's going through a SOCKSv5 gateway via the "connect" program:
  (setq gnus-secondary-select-methods
      '((nntp "panix"
              (nntp-address "news.panix.com")
              (nntp-open-connection-function nntp-open-telnet-stream)
              (nntp-telnet-command "connect")
              (nntp-telnet-switches ("-s")))

-- 
Steven E. Harris        :: seh@panix.com



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

* Re: Gnus stripping subjects? (441 Required "Subject" header is
  2003-11-13 19:40 Gnus stripping subjects? (441 Required "Subject" header is missing) Steven E. Harris
@ 2003-11-13 20:34 ` Steven E. Harris
  2003-11-13 20:43 ` Steven E. Harris
  1 sibling, 0 replies; 3+ messages in thread
From: Steven E. Harris @ 2003-11-13 20:34 UTC (permalink / raw)


"Steven E. Harris" <seh@panix.com> writes:

> I can post to my primary news server and through Gmane as a
> secondary server, but not through Panix.

More detail: It turns out I can't post through Gmane either. The
server returns the same 441 error message. My primary select method
works (corporate news server), but neither of my secondary servers
work.

I'm using Gnus from CVS, but Gnus 5.10.2 exhibits the same behavior.

-- 
Steven E. Harris        :: seh@panix.com



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

* Re: Gnus stripping subjects? (441 Required "Subject" header is
  2003-11-13 19:40 Gnus stripping subjects? (441 Required "Subject" header is missing) Steven E. Harris
  2003-11-13 20:34 ` Gnus stripping subjects? (441 Required "Subject" header is Steven E. Harris
@ 2003-11-13 20:43 ` Steven E. Harris
  1 sibling, 0 replies; 3+ messages in thread
From: Steven E. Harris @ 2003-11-13 20:43 UTC (permalink / raw)


"Steven E. Harris" <seh@panix.com> writes:

> ¹ It's going through a SOCKSv5 gateway via the "connect" program:
>   (setq gnus-secondary-select-methods
>       '((nntp "panix"
>               (nntp-address "news.panix.com")
>               (nntp-open-connection-function nntp-open-telnet-stream)
>               (nntp-telnet-command "connect")
>               (nntp-telnet-switches ("-s")))

There's the problem: Since I'm using an "indirect connection," I need
to set (nntp-end-of-line "\n") for each of my "indirect" select
methods.

All is well now.

-- 
Steven E. Harris        :: seh@panix.com



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

end of thread, other threads:[~2003-11-13 20:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-13 19:40 Gnus stripping subjects? (441 Required "Subject" header is missing) Steven E. Harris
2003-11-13 20:34 ` Gnus stripping subjects? (441 Required "Subject" header is Steven E. Harris
2003-11-13 20:43 ` Steven E. Harris

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