Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Oleksandr Gavenko <gavenkoa@gmail.com>
To: info-gnus-english@gnu.org
Subject: Follow-ups to me in NNTP forum gateway.
Date: Sun, 07 Apr 2013 23:34:46 +0300	[thread overview]
Message-ID: <87ehemf5ax.fsf@gavenkoa.example.com> (raw)

I use GNUS to read RSDN forum which have NNTP gateway. One drawback of this
gateway - it ignore supplied Message-ID and put own:

  Message-ID: <5127688@news.rsdn.ru>  <== my post
  References: <5127568@news.rsdn.ru>
  In-Reply-To: <5127568@news.rsdn.ru>

  Message-ID: <5127703@news.rsdn.ru>  <== replay to my post
  References: <5127568@news.rsdn.ru> <5127688@news.rsdn.ru>
  In-Reply-To: <5127688@news.rsdn.ru>

Are there any way to get "replaced" Message-Id for scoring purpose?

For regular mail lists and Usenet I intensively use:

  .emacs:
  (setq message-user-fqdn "gavenkoa.example.com")
  (add-hook 'message-sent-hook 'gnus-score-followup-thread)

  all.SCORE:
   ("message-id"
    ("@gavenkoa.example.com" 200 nil s))
   ("references"
    ("@gavenkoa.example.com" 100 nil s))

So I can highlight my posts and followups to them based on scores.

In case of RSDN/SQLRU forum gateway these setting are fail...

-- 
Best regards!

             reply	other threads:[~2013-04-07 20:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-07 20:34 Oleksandr Gavenko [this message]
     [not found] <mailman.23751.1365404573.855.info-gnus-english@gnu.org>
2013-08-01 12:30 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ehemf5ax.fsf@gavenkoa.example.com \
    --to=gavenkoa@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).