all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jean Louis <bugs@gnu.support>
To: Tim Cross <theophilusx@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Including Email Address in the Reply in Mailing-list
Date: Sat, 3 Apr 2021 02:42:06 +0300	[thread overview]
Message-ID: <YGerzpoQbwBH7ebS@protected.localdomain> (raw)
In-Reply-To: <87eefsgt25.fsf@gmail.com>

* Tim Cross <theophilusx@gmail.com> [2021-04-03 02:35]:
> My personal belief is that if you subscribe to a public mail list, you
> need to accept that your email address will be 'out there' - more
> generally, over time, your email address is going to be harvested
> regardless and your better off trying to improve filtering and spam
> detection than any attempt to minimise the address appearing in archived
> content on-line.
> 
> Off now to try and work out how to change the reply header in my mail
> clients!

I am using this one, but not because of spam, rather when I have to
forward email and don't want to disclose email addresses of related
parties.

(defun remove-emails ()
  "Removes all <example@example.com> emails from buffer. At some
occasions user may want to forward email messages from other
people without revealing their email addresses. mutt email client
usually displayes email addresses in this format
<USER@EXAMPLE.COM> and all such addresses may be easily removed
with this command."
  (interactive)
  (save-excursion
    (goto-char (point-min))
    (let ((match (re-search-forward "<.*@.*>")))
      (replace-match ""))))



-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

Sign an open letter in support of Richard M. Stallman
https://rms-support-letter.github.io/



  reply	other threads:[~2021-04-02 23:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02 15:54 Including Email Address in the Reply in Mailing-list Husain Alshehhi
2021-04-02 16:45 ` autofrettage
2021-04-02 23:08 ` Tim Cross
2021-04-02 23:42   ` Jean Louis [this message]
2021-04-02 23:45   ` Juan Manuel Macías
2021-04-02 23:39 ` Jean Louis
2021-04-03  9:04 ` Daniele Nicolodi

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=YGerzpoQbwBH7ebS@protected.localdomain \
    --to=bugs@gnu.support \
    --cc=emacs-orgmode@gnu.org \
    --cc=theophilusx@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.