msg.headers.append('Reply-To: %s\n' % self.GetListEmail())
found this in Deliverer.py
msg.headers.append('Reply-To: %s\n' % self.GetListEmail())
Could I re-write that line, and ALL messages leaving mailman would use that reply-to?
I don't know how to write python.. how could i make that read something that would make all reply-to's
goto pentax-discuss@discuss.pentax.com
Thanks for your help. If this ever works right before 5pm, you will be life savers. heh.
Erik Parker eparker@mindsec.com
Which I tried as:
msg.headers.append('Reply-To: %s\n' % "pentax-discuss\@discuss.pentax.com")
But then I end up getting emails with a reply-to of:
"pentax-discuss@discuss.pentax.com"@portal.navidec.com
...hm.
On Fri, 24 Sep 1999, Erik Parker wrote:
found this in Deliverer.py
msg.headers.append('Reply-To: %s\n' % self.GetListEmail())
Could I re-write that line, and ALL messages leaving mailman would use that reply-to?
I don't know how to write python.. how could i make that read something that would make all reply-to's
goto pentax-discuss@discuss.pentax.com
Thanks for your help. If this ever works right before 5pm, you will be life savers. heh.
Erik Parker eparker@mindsec.com
Mailman-Developers maillist - Mailman-Developers@python.org http://www.python.org/mailman/listinfo/mailman-developers
Erik Parker eparker@mindsec.com
participants (1)
-
Erik Parker