* Michael Smith <[email protected]>: > Hi, > > > thanks Mark. > > I applied the patch and both the incoming as well as the outgoing mail > addresses are correct according to the debug log. So does the problem lie > with postfix?
I missed the patch... Could you send it to me and I can comment on that :) > > I gave him the attached patch to Mailman/Handlers/SMTPDirect.py, which > > logs the content of the messages From: and Message-ID: headers upon > > entry to SMTPDirect.py and after delivery to the outgoing MTA. The > > From: is unchanged in these log messages, and the ultimate, erroneous > > From: has been added after (above in the message headers) the > > Received: header added by the outgoing MTA. Could you share the log-lines (in private, won't disclose them). The culprit COULD be the Postfix settings: local_header_rewrite_clients remote_header_rewrite_domain Their defaults are: local_header_rewrite_clients = permit_inet_interfaces remote_header_rewrite_domain = Personally, I'm using local_header_rewrite_clients = remote_header_rewrite_domain = (never ever rewrite) -- Ralf Hildebrandt Charite Universitätsmedizin Berlin [email protected] Campus Benjamin Franklin http://www.charite.de Hindenburgdamm 30, 12203 Berlin Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155 ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
