Gnus development mailing list
 help / color / mirror / Atom feed
From: Barry Fishman <barry_fishman@acm.org>
Subject: Re: Sender header?
Date: 26 May 2001 13:02:51 -0400	[thread overview]
Message-ID: <m3n180vy9w.fsf@barry_fishman.att.net> (raw)
In-Reply-To: <m1g0du18rx.fsf@ptw.com>


Thanks for all the help.

Since I don't know how to respond to multiple useful messages at the
same time I'll try.  I think this is important since there must be a
many users that are comming in via ppp phone connections that consider
only windows machines.  I think the gnus manual should deal with it.
I didn't find anything.

Stainless Steel Rat <ratinox@peorth.gweep.net> on Thu, 26, May 2001
SSR> * Barry Fishman <barry_fishman@acm.org>  on Thu, 26 May 2001
SSR> | My login@fqdn is "barry@ecube.local".
SSR>
SSR> * snrk*.
SSR>
SSR> That is not a legal fqdn, or did someone create the "local" TLD when I
SSR> blinked? :)

I did!  Internet domain setup on unix requires a domain name.  Like most
people I don't want to buy one.  Rather than supply something that
looks correct, but isn't, I use local, which I think is clear in
meaning.  I don't spend all my time connected through att.net.  Even
when I am connected, I am not sure what my A record would be.  It does
not show up in my PPP/PAP dialog.

SSR> Given that att.net won't let you do things right, dumping it on them is
SSR> probably not a bad thing to do.  They've screwed it up so let them deal
SSR> with it.

I've tried that. The just use the @ecube.local which they got from
my SMTP HELO, add their dommain and then the regular hashing.  I finally
decided to use a unique identifier (although not really a legal
domain name, my e-mail address.  It was just as unique and a lot
shorter. Stealing the idea from:

Harry Putnam <reader@newsguy.com> writes:
HP> I got hollered at on comp.editors for having a made up rhs of message
HP> id which is somewhat related to this discussion.
HP> 
HP> Describing another situation where it isn't really clear what I
HP> should have for a From or sender address.
HP> 
HP> Currently I've told gnus to stick my IP smtp server address in
HP> Message-ID.  And disabled sender generation.
HP> 
HP> (defun message-make-fqdn ()
HP>   "My  hacked message-id."
HP>   "ptw.com")

Here you are posing as another machine,  A sane person would
expect the Message-ID's to still be unique with all the hashing added.
However, I'm a programmer and would want to at least make my fqdn
unique and identifiable.

Russ Allbery <rra@stanford.edu> writes:
RA> (setq message-syntax-checks '((sender . disabled)))
RA>
RA> has worked great for years.  Hopefully it hasn't been broken in later
RA> versions of Gnus.  It should be the default.

This seems better.  Personally I think that "Sender:" is like "From:"
and "ReplyTo:",  chosen by person/agent sending the mail and not
automaticlly produced.  Defaults are nice, but if gnus wants too
construct a "Sender:", it probably should be set to the person who wrote
the elisp that constructs a sender. ;)  Mail transport agents have their
own fields to fill in if they don't like the from field.

On 25 May 2001, Harry Putnam wrote:
HP> Of the several choices presented, the one above looks like the only
HP> operational one for me.  Can someone remind me how to turn off local
HP> message-id generation?
 
Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:
KG> The variable message-syntax-checks ought to do the trick.  Or you say
KG> this: (setq message-required-news-headers (delete 'Message-ID
KG> message-required-news-headers))                                                
Until I can confirm a A record, I'll use the elisp:

;; I don't really have valid FQDN information so clean up header
(setq message-syntax-checks '((sender . disabled)))

(defun smtpmail-fqdn ()
   "Supply a domain which is meaningful but wrong (my email address)"
   "barry_fishman.att.net")

(defun message-make-fqdn ()
  "Supply a unique root for message id"
  (smtpmail-fqdn))                                                             

I have Kai's removal of Message-ID commented out since I think gnus's
Message-ID is much shorter.

This seems to leave behind the most meaningful mail headers.  Probably
too meaningful if you which to avoid spam.

Barry


  parent reply	other threads:[~2001-05-26 17:02 UTC|newest]

Thread overview: 121+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-23 16:27 Kai Großjohann
2001-05-23 16:34 ` Paul Jarc
2001-05-24 13:17   ` Kai Großjohann
2001-05-23 18:14 ` Stainless Steel Rat
2001-05-24 13:11   ` Kai Großjohann
2001-05-24 15:59     ` Stainless Steel Rat
2001-05-24 16:31       ` Kai Großjohann
2001-05-24 18:35         ` Stainless Steel Rat
2001-05-24 19:00           ` Paul Jarc
2001-05-24 19:34             ` Stainless Steel Rat
2001-05-24 19:52               ` Paul Jarc
2001-05-24 20:32                 ` Stainless Steel Rat
2001-05-24 20:48                   ` Paul Jarc
2001-05-24 21:20                     ` Stainless Steel Rat
2001-05-24 21:31                       ` Paul Jarc
2001-05-25  1:15                         ` Stainless Steel Rat
2001-05-25 15:26                           ` Paul Jarc
2001-05-24 22:59                       ` Kai Großjohann
2001-05-25  1:23                         ` Stainless Steel Rat
2001-05-25  2:38                           ` Bjørn Mork
2001-05-25  4:12                             ` Stainless Steel Rat
2001-05-25  9:30                             ` Kai Großjohann
2001-05-25  9:28                           ` Kai Großjohann
2001-05-25 20:08                             ` Stainless Steel Rat
2001-05-25 20:30                               ` Paul Jarc
2001-05-25 22:00                                 ` Bjørn Mork
2001-05-26  5:09                                 ` Stainless Steel Rat
2001-05-27 22:34                                   ` Paul Jarc
2001-05-27 23:14                                     ` Stainless Steel Rat
2001-05-27 23:31                                       ` Paul Jarc
2001-05-25 21:49                               ` Kai Großjohann
2001-05-26  5:29                                 ` Stainless Steel Rat
2001-05-26 22:26                                   ` Kai Großjohann
2001-05-24 23:18                       ` Barry Fishman
2001-05-25  1:30                         ` Stainless Steel Rat
2001-05-25 16:06                           ` Paul Jarc
2001-05-25  2:10                         ` Harry Putnam
2001-05-25  4:24                           ` Stainless Steel Rat
2001-05-25  5:05                             ` Harry Putnam
2001-05-25 16:13                               ` Paul Jarc
2001-05-25 16:17                           ` Paul Jarc
2001-05-25 17:50                             ` Harry Putnam
2001-05-25 18:16                               ` Paul Jarc
2001-05-25 19:45                                 ` Harry Putnam
2001-05-25 21:59                                   ` Kai Großjohann
2001-05-25 21:55                               ` Kai Großjohann
2001-05-25 23:40                                 ` Harry Putnam
     [not found]                                   ` <87y9rknm6e.fsf@bandersnatch.i-did-not-set--mail-host-address--so-shoot-me>
2001-05-26 16:05                                     ` Harry Putnam
2001-06-02 21:44                                       ` Amos Gouaux
2001-05-26 22:21                                   ` Kai Großjohann
2001-05-27 21:39                                   ` Paul Jarc
2001-05-27 22:00                                     ` Harry Putnam
2001-05-27 22:22                                       ` Paul Jarc
2001-05-26 17:02                           ` Barry Fishman [this message]
2001-05-26 20:20                             ` Harry Putnam
2001-05-27 23:38                               ` Paul Jarc
2001-05-27 23:42                             ` Paul Jarc
2001-05-25  3:08                         ` Russ Allbery
2001-05-25  4:28                           ` Stainless Steel Rat
2001-05-25  5:21                             ` Russ Allbery
2001-05-25  9:23                             ` Kai Großjohann
2001-05-25 20:00                               ` Stainless Steel Rat
2001-05-25 21:52                                 ` Kai Großjohann
2001-05-26  5:33                                   ` Stainless Steel Rat
2001-05-26 22:24                                     ` Kai Großjohann
2001-05-25 11:46                           ` Per Abrahamsen
2001-05-25 21:56                             ` Jesper Harder
2001-05-25 16:21                           ` Paul Jarc
2001-05-26  6:45                             ` Russ Allbery
2001-05-26 22:22                               ` Kai Großjohann
2001-05-27 21:46                                 ` Paul Jarc
2001-05-27 21:45                               ` Paul Jarc
2001-05-27 22:48                                 ` Russ Allbery
2001-05-25  2:01                       ` Bjørn Mork
2001-05-24 22:53                   ` Kai Großjohann
2001-05-25  1:38                     ` Stainless Steel Rat
2001-05-25 14:56                       ` Paul Jarc
2001-05-25 20:12                         ` Stainless Steel Rat
2001-05-25 20:39                           ` Paul Jarc
2001-05-25 22:04                             ` Kai Großjohann
2001-05-25 22:15                               ` Paul Jarc
2001-05-25 22:34                                 ` Kai Großjohann
2001-05-25 22:47                                   ` Paul Jarc
2001-05-26  5:26                             ` Stainless Steel Rat
2001-05-27 22:15                               ` Paul Jarc
2001-05-27 23:02                                 ` Stainless Steel Rat
2001-05-27 23:20                                   ` Paul Jarc
2001-05-24 20:30               ` Graham Murray
2001-05-24 21:13                 ` Stainless Steel Rat
2001-05-24 21:26                   ` Paul Jarc
2001-05-25  1:12                     ` Stainless Steel Rat
2001-05-25  2:27                       ` Bjørn Mork
2001-05-25  4:10                         ` Stainless Steel Rat
2001-05-25  9:37                           ` Kai Großjohann
2001-05-25 19:54                             ` Stainless Steel Rat
2001-05-25  3:10                       ` Russ Allbery
2001-05-25  4:11                         ` Stainless Steel Rat
2001-05-25  5:20                           ` Russ Allbery
2001-05-25 15:55                       ` Paul Jarc
2001-05-24 23:02                   ` Kai Großjohann
2001-05-25  1:12                     ` Stainless Steel Rat
2001-05-25  9:35                       ` Kai Großjohann
2001-05-24 22:40           ` Kai Großjohann
2001-05-25 14:44             ` Paul Jarc
2001-05-24 22:49           ` Kai Großjohann
2001-05-24 20:18     ` Christoph Conrad
2001-05-24 20:29       ` Paul Jarc
2001-05-25  8:17         ` Christoph Conrad
2001-05-25  1:45 ` Karl Kleinpaste
2001-05-25  9:19   ` Kai Großjohann
2001-05-25 11:50     ` Karl Kleinpaste
2001-05-25 15:31       ` Paul Jarc
2001-05-25 21:21       ` Christoph Conrad
2001-05-25 15:35     ` Paul Jarc
2001-05-25 16:12       ` Kai Großjohann
2001-05-25 16:24         ` Paul Jarc
2001-05-25 16:49           ` Kai Großjohann
2001-05-25 17:39             ` Paul Jarc
2001-05-25 18:01               ` Bjørn Mork
2001-05-25 18:23                 ` Paul Jarc
2001-05-25 18:01               ` Kai Großjohann

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=m3n180vy9w.fsf@barry_fishman.att.net \
    --to=barry_fishman@acm.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).