From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Schmidt Date: Sun, 30 Nov 2014 20:22:24 +0000 Subject: Re: [mlmmj] patch: set smtp helo name by TUNABLE Message-Id: <547B7C80.1080206@yahoo.com.au> List-Id: References: <20141128215040.Horde.ix21kWgKmZmBu6byTn_8Yg3@horde.andreasschulze.de> In-Reply-To: <20141128215040.Horde.ix21kWgKmZmBu6byTn_8Yg3@horde.andreasschulze.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: mlmmj@mlmmj.org Hi, Andreas, Thanks for the contribution! At a quick glance, this looks like a good code patch. I will have to merge it with another pending patch, but I think that will be OK. Can you please also patch the documentation (there is the TUNABLES file as well as a machine-readable tunables.pl file that appears in both perl-admin and php-admin in contrib), and submit it to the online bug tracker so I don't accidentally neglect it? Thanks again, Ben. On 29/11/14 7:50 AM, A. Schulze wrote: > > Hello, > > attached a patch for mlmmj-1.2.18.1. > > mlmmj submitting a message via smtp use the real hostname as helo argument inside > the smtp session. > That name is visible in the received header generated by the MTA. > > I had to hide the real hostname running the list but use a defined name when mlmmj > submit messages. > The patch introduce a new tunable "smtphelo" > > Andreas