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: <[email protected]>  <== my post
  References: <[email protected]>
  In-Reply-To: <[email protected]>

  Message-ID: <[email protected]>  <== replay to my post
  References: <[email protected]> <[email protected]>
  In-Reply-To: <[email protected]>

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!


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to