Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Posting to usenet via gnus

7 views
Skip to first unread message

SabreWolfy

unread,
May 15, 2013, 12:39:33 PM5/15/13
to info-gnu...@gnu.org
I run Emacs 23.3.1 with Gnus 5.13 under various Debian-based distributions,
which I have configured to read news from Gmane. However, I post via the
Gmane website. What is the best way to post directly from within Emacs? I've
searched for a solution, but have not found one yet. Do I need to subscribe
to each group and suppress mail delivery (I'm accessing via Gmane). Any
guidance would be appreciated.


Slackrat

unread,
May 15, 2013, 3:43:00 PM5/15/13
to SabreWolfy, info-gnu...@gnu.org
SabreWolfy a écrit profondement:
Try "Eternal September" (free) outbound

Make sure you have a good "authinfo" file

You'll probably gave to download the groups list ande subscribe
to what you want (NO BINARIES - Who wants 'em anyway)

Works for me but I'm configured a little differently than you.

[EX .gnus]
;; The default news server
;; (setq gnus-select-method '(nntp "world.bintube.com"))
;; LI login1 PW pasdword1 on world.bintube.com
(setq gnus-select-method '(nntp "news.eternal-september.org"))
;; LI login2 PW password2 on news.eternal-september.org
;;; #############################
;;; SETTING UP ADDITIONAL SERVERS
;;; #############################
;;;BEEF: Gnus doesn't show all groups / Gnus says I'm not allowed
;;;to post
;;; on this server as well as I am, what's that?
;;;
;;;Some providers allow restricted anonymous access and full
;;;access only after authorization. To make Gnus send authinfo to those servers append
;;;"force yes"
;;;to the line for those servers in ~/.authinfo.
;;;3.6.
;;;BEEF: I want Gnus to fetch news from several servers,
;;;is this possible?
;;;
;;;Of course. You can specify more sources for articles in
;;;the variable gnus-secondary-select-methods.
;;;Add something like this in ~/.gnus:
;;(add-to-list 'gnus-secondary-select-methods '(nntp "news.eternal-september.org"))
;;;(add-to-list 'gnus-secondary-select-methods '(nntp "news.yourThirdProvider.net"))
;;;(add-to-list 'gnus-secondary-select-methods '(nntp "news.yourFourthProvider.net"))
;;; ###################

[authinfo]
machine smtp.free.fr login login1 port 587 password 123456789
machine world.bintube.com login login22 password 123456789
machine news.eternal-september.org login login3 password
123456789 force yes

Good Luck

--
Bill Henderson
Fly your flag
http://inconnu.freeshell.org/rbr/portugal-flag.gif

W. Greenhouse

unread,
May 16, 2013, 12:54:02 AM5/16/13
to info-gnu...@gnu.org
SabreWolfy <sabre...@gmail.com> writes:

> I run Emacs 23.3.1 with Gnus 5.13 under various Debian-based distributions,
> which I have configured to read news from Gmane. However, I post via the
> Gmane website. What is the best way to post directly from within Emacs? I've
> searched for a solution, but have not found one yet. Do I need to subscribe
> to each group and suppress mail delivery (I'm accessing via Gmane). Any
> guidance would be appreciated.

I'm slightly confused as to the problem. If you want to post to mailing
lists using Gmane, just hit "a" to make a new post to a given list, or
"F" to make a followup. The post will be sent following TMDA
verification (see below).

You must use a valid email address in the "From" field, because Gmane
will use this to send a confirmation email the first time you post to a
given mailing list to make sure you are a human.

This has nothing to do with subscribing to these mailing lists. You do
not have to do this; in essence, Gmane has already "subscribed" on
behalf of all of its users--that's how it gets the mailing list messages.

--
BOFH excuse #162:

bugs in the RAID


Adam Sjøgren

unread,
May 16, 2013, 2:44:54 PM5/16/13
to info-gnu...@gnu.org
SabreWolfy <sabre...@gmail.com> writes:

> I run Emacs 23.3.1 with Gnus 5.13 under various Debian-based
> distributions, which I have configured to read news from Gmane.
> However, I post via the Gmane website. What is the best way to post
> directly from within Emacs?

When you have read an email in a Gmane group you would like to answer,
use F to post a follow up.

This works by Gmane receiving your article via nntp, and - the first
time you post to a group - sending you an email, that you have to reply
to before the article is forwarded to the mailing list, by Gmane, via
email.

For you to receive the email from Gmane (the "challenge") you need to
use a valid email-address in Gnus.

Also, for this to work, either the mailing list has to accept emails
from anyone, or, if it is a subscribers-only mailing list, you may have
to subscribe to it first.

You can read more about it here: http://gmane.org/post.php

> I've searched for a solution, but have not found one yet. Do I need to
> subscribe to each group and suppress mail delivery (I'm accessing via
> Gmane). Any guidance would be appreciated.

That depends on how the mailing list owner has set up the mailing list.

o o o

Oh, and notice that Gmane is distinct from usenet. The same protocol is
used (nntp), but Gmane is not usenet and vice versa :-)


Best regards,

Adam

--
"Hur l�ngt man �n har kommit Adam Sj�gren
�r det alltid l�ngre kvar" as...@koldfront.dk


0 new messages