Host name sent in email confirmation wrong

I have my lists all setup to use the full name of the host.
DEFAULT_HOST_NAME = 'mardy.hank.org'
This is the same host as simply hank.org. I just tried to subscribe to a list, and the confirm mail came like this:
Reply-To: test-request@hank.org
The list settings have not changes (they still say mardy.hank.org).
The problem is I have all mail to @hank.org to one address in sendmail's virtusertable, so it needs to go to mardy.hank.org to not get bypassed by my virtusertable entry.
So, the question is, why did mailman set the reply to to simply @hank.org instead of @mardy.hank.org? What settings should I look at?
Bill Moseley mailto:moseley@hank.org

So you changed it in your ~mailman/Mailman/mm_cfg.py file but did you go into the web-admin and change it on the General Options page for the lists that already exist? Host name this list prefers: mardy.hank.org
Jon Carnes ----- Original Message ----- From: "Bill Moseley" <moseleymm@hank.org> To: <mailman-users@python.org> Sent: Wednesday, November 28, 2001 2:49 PM Subject: [Mailman-Users] Host name sent in email confirmation wrong
I have my lists all setup to use the full name of the host.
DEFAULT_HOST_NAME = 'mardy.hank.org'
This is the same host as simply hank.org. I just tried to subscribe to a list, and the confirm mail came like this:
Reply-To: test-request@hank.org
The list settings have not changes (they still say mardy.hank.org).
The problem is I have all mail to @hank.org to one address in sendmail's virtusertable, so it needs to go to mardy.hank.org to not get bypassed by my virtusertable entry.
So, the question is, why did mailman set the reply to to simply @hank.org instead of @mardy.hank.org? What settings should I look at?
Bill Moseley mailto:moseley@hank.org
Mailman-Users maillist - Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users

At 05:59 PM 11/28/01 -0500, Jon Carnes wrote:
So you changed it in your ~mailman/Mailman/mm_cfg.py file but did you go into the web-admin and change it on the General Options page for the lists that already exist? Host name this list prefers: mardy.hank.org
Nope, that's what I meant when I said:
The list settings have not changes (they still say mardy.hank.org).
Should have been
The list's settings have not changes (they still say mardy.hank.org).
I assume the settings are in the .db file for each list:
strings config.db | grep hank.org http://hank.org/mailman/s moseley@hank.orgi moseley@hank.orgs moseley@hank.orgi mardy.hank.org0
Hum.
Jon Carnes ----- Original Message ----- From: "Bill Moseley" <moseleymm@hank.org> To: <mailman-users@python.org> Sent: Wednesday, November 28, 2001 2:49 PM Subject: [Mailman-Users] Host name sent in email confirmation wrong
I have my lists all setup to use the full name of the host.
DEFAULT_HOST_NAME = 'mardy.hank.org'
This is the same host as simply hank.org. I just tried to subscribe to a list, and the confirm mail came like this:
Reply-To: test-request@hank.org
The list settings have not changes (they still say mardy.hank.org).
The problem is I have all mail to @hank.org to one address in sendmail's virtusertable, so it needs to go to mardy.hank.org to not get bypassed by my virtusertable entry.
So, the question is, why did mailman set the reply to to simply @hank.org instead of @mardy.hank.org? What settings should I look at?
Bill Moseley mailto:moseley@hank.org
Mailman-Users maillist - Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users
Bill Moseley mailto:moseley@hank.org

.... Wait, could it be sendmail is changing those headers?
250 mardy.hank.org Hello localhost [127.0.0.1], pleased to meet you mail from: b@hank.org 250 2.1.0 b@hank.org... Sender ok rcpt to: moseley@hank.org 250 2.1.5 moseley@hank.org... Recipient ok data 354 Enter mail, end with "." on a line by itself To: moseley@hank.org From: xxx@mardy.hank.org Errors-to: yyy@mardy.hank.org Subject: well?
bye . 250 2.0.0 fASNBQu12953 Message accepted for delivery quit
----- mail ---- Date: Wed, 28 Nov 2001 15:11:33 -0800 To: moseley@hank.org From: xxx@hank.org Errors-to: yyy@hank.org Subject: well?
bye
Damn. Never mind. Now, if I could only remember how to disable that....
Bill Moseley mailto:moseley@hank.org
participants (2)
-
Bill Moseley
-
Jon Carnes