Gnus development mailing list
 help / color / mirror / Atom feed
* v5.13: on cancel and supersedes dependency on message-make-sender
@ 2021-04-17 10:07 Wayne Harris
  2021-04-21 15:21 ` Wayne Harris
  0 siblings, 1 reply; 2+ messages in thread
From: Wayne Harris @ 2021-04-17 10:07 UTC (permalink / raw)
  To: ding

I can't currently cancel or supersede articles because

  message-make-sender

always tells Gnus I don't own the article.

--8<---------------cut here---------------start------------->8---
(defun message-make-sender ()
  "Return the \"real\" user address.
This function tries to ignore all user modifications, and
give as trustworthy answer as possible."
  (concat (user-login-name) "@" (system-name)))
--8<---------------cut here---------------end--------------->8---

In terms of USENET, mail et cetera, this is bound to fail, right?  My
system-name is definitely not like my e-mail domain name.  Am I running
a too old version of Gnus?  I doubt it.  I'm running GNU Emacs 27.1.

So what's up with this?  How do you guys use this feature?  I'm gonna
try my hand at removing this protection or at least replacing it with
something more sensible in my context.  I wonder how you guys have been
using this.  Thanks!



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

end of thread, other threads:[~2021-04-21 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-17 10:07 v5.13: on cancel and supersedes dependency on message-make-sender Wayne Harris
2021-04-21 15:21 ` Wayne 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).