Gnus development mailing list
 help / color / mirror / Atom feed
From: "C. R. Oldham" <cro@nca.asu.edu>
Subject: Mangling my email to avoid spammers.
Date: Mon, 17 Mar 1997 14:52:00 -0700 ()	[thread overview]
Message-ID: <Pine.WNT.3.95.970317130709.37R-100000@kirk.nca.asu.edu> (raw)
In-Reply-To: <vndybbv9trs.fsf@everest.ccs.neu.edu>

Greetings,

I've been part of Usenet for a long time--going on 10 years now.  It pains
me to see spammers sucking the life out of it by trolling for addresses
and then sending UCE.  I had five UCE messages in my inbox this morning
and can only expect it to grow.

Thus I have resolved to mangle my email address when I post to Usenet.
However, this is proving to be more difficult than I thought with Gnus.

I want my real email address to appear nowhere in any article I submit to
Usenet.  I've figured out how to do this for the From: header using a
defadvice (with a clue from an article posted to the ding list), but the
Sender field still persists.  Lars, I know you don't like this, but when
I'm traveling I pay for my connect time and I don't want to give the
spammers more of a foothold than I already have.

The code I'm using to disguise my user-mail-address is below:


(defadvice message-user-mail-address
  (before generate-user-mail-address activate compile)
  "Change the value of the user mail address based on the group."
  (setq user-mail-address
        (cond
         ((message-news-p) "cro@n_c_a_.asu.edu")
         (t "cro@nca.asu.edu"))))

Comments?

I originally thought I could do this by adding to a hook, but I couldn't
find the hook.  Is there one?

Now, what about my Sender field?  Do I need to worry about it?  I would
think that spammers grab every address they can get at.

If I wanted to mangle the sender field also, how would I go about it?



--
| Charles R. (C. R.) Oldham     |         NCA Commission on Schools  |
| cro@nca.asu.edu               |  Arizona St. Univ., PO Box 873011  |
| V:602/965-8700 F:602/965-9423 |________      Tempe, AZ 85287-3011_ |
| "I like it!"--Citizen G'Kar, Babylon 5 | #include <disclaimer.h>X_>|




  reply	other threads:[~1997-03-17 21:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-03-10 21:24 digest of ding-list? Dirk Bernhardt
1997-03-11  0:06 ` Justin Sheehy
1997-03-17 21:52   ` C. R. Oldham [this message]
1997-03-18  0:14     ` Mangling my email to avoid spammers Hrvoje Niksic

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=Pine.WNT.3.95.970317130709.37R-100000@kirk.nca.asu.edu \
    --to=cro@nca.asu.edu \
    /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).