info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New weird message when posting


From: Francis Moreau
Subject: Re: New weird message when posting
Date: Fri, 31 Oct 2008 08:12:25 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Hello Katsumi,

Katsumi Yamaoka <yamaoka@jpl.org> writes:
>
> That warning is issued when the newsgroup has not been subscribed
> to using the `gnus-post-method' server.  So, Gnus doesn't know
> the newsgroup exists in the server, and warns it to a user.  You
> can make it silent by modifying the `message-syntax-checks'
> variable as follows:
>
> (add-to-list 'message-syntax-checks '(existing-newsgroups . disabled))
>
> Cf. (info "(message)News Headers")
>
> I'm not sure it is a good way though since the newsgroup might
> really not exist in the post-method server.  I think the best way
> is to leave `gnus-post-method' the default (i.e. `current').
>

Why not doing:

        (add-to-list 'gnus-secondary-select-methods
                     '(nntp "news.aioe.org"))

Francis


reply via email to

[Prev in Thread] Current Thread [Next in Thread]