[1243] in NetBSD-Development
Re: Masquerading dupe suppresion loses on FQ and non-FQ together
daemon@ATHENA.MIT.EDU (Eric Allman)
Tue Feb 6 11:23:43 1996
To: John Hawkinson <jhawk@MIT.EDU>
From: Eric Allman <eric@sendmail.org>
Cc: sendmail-bugs@sendmail.org, netbsd-dev@MIT.EDU
In-Reply-To: Mail from John Hawkinson <jhawk@mit.edu>
dated Mon, 05 Feb 1996 15:14:01 EST
<199602052014.PAA07346@lola-granola.MIT.EDU>
Date: Tue, 06 Feb 1996 08:21:50 -0800
Good point -- it shall be done.
eric
============= In Reply To: ===========================================
: From: John Hawkinson <jhawk@mit.edu>
: Subject: Re: Masquerading dupe suppresion loses on FQ and non-FQ together
: Date: Mon, 5 Feb 1996 15:14:01 -0500
: > The difference between your two addresses were that one had a dot on
: > the end of "mit.edu.", one didn't.
:
: Sigh; I thought I had checked for that (too many mit.edu's in the
: debugging output, I guess); that seems to fix things, thanks.
:
: > This stuff can probably be improved, but these days I don't have much
: > time to work on anything that isn't pretty serious. I don't think
: > this counts.
:
: Quite. Perhaps text of the form:
:
: *** cf/README Sun Dec 3 10:36:28 1995
: --- cf/README Mon Feb 5 15:07:48 1996
: ***************
: *** 936,941 ****
: --- 936,945 ----
: need to unset all the other relays -- or better yet, find or build a
: minimal config file that does this.
:
: + For duplicate suppression to work properly, the hostname
: + is best specified with a terminal dot:
: +
: + define(`MAIL_HUB', host.domain.)
:
: +-------------------------------+
: | NON-SMTP BASED CONFIGURATIONS |
:
: would be helpful.
:
: --jhawk