On Thu, 18 Mar 2004, Jason R. Mastaler wrote:

> Tim Rice <[EMAIL PROTECTED]> writes:
> 
> > I am using the default template for confirmation requests.
> > The message sent out has the correct info in the reply-to header
> >     Reply-To: [EMAIL PROTECTED]
> > but not in the body of the message.
> >     [EMAIL PROTECTED]
> >
> > The template is using the same variable.
> > ...
> > Reply-To.US-ASCII: %(confirm_accept_address)s
> > [snip]
> >    %(confirm_accept_address)s
> 
> We've had some reports like this in the past where the MTA was
> modifying ("correcting") the domain used in the Reply-To address, but
> of course didn't touch the body which explained the discrepancy.
> Could this be happening to you?

Yes.  Sendmail with MASQUERADE_AS(multitalents.net) and
FEATURE(`masquerade_envelope')

If it was [EMAIL PROTECTED] in the body that would be OK.
Adding the domain to my .procmailrc does the trick.

Perhaps tmda-rfilter could test if socket.gethostname() is not
the same as socket.getfqdn() and modify what it gets from $RECIPIENT

Thanks.


-- 
Tim Rice                                Multitalents    (707) 887-1469
[EMAIL PROTECTED]


_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to