[ mailman-Patches-725369 ] Remove X-Originating-Email: for anonymous lists

SourceForge.net noreply at sourceforge.net
Fri Jun 13 23:50:35 EDT 2003


Patches item #725369, was opened at 2003-04-21 19:15
Message generated for change (Comment added) made by bluecloud
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=725369&group_id=103

Category: mail delivery
Group: Mailman 2.1
Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: R Tsang (bluecloud)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove X-Originating-Email: for anonymous lists

Initial Comment:
The email address of the poster is send out to
anonymous lists in an X-Originating-Email header.

Hotmail adds this header to outgoing messages!!!

Patched against Mailman 2.1.1

If you use the source patch, you need to manually
recompile your .py to .pyc format and restart Mailman.

----------------------------------------------------------------------

>Comment By: R Tsang (bluecloud)
Date: 2003-06-14 00:50

Message:
Logged In: YES 
user_id=383304

Just discovered that Hotmail also uses X-Originating-IP in
the header.

Remove X-Originating-IP header with the following line in
addition to the attached Cleanse.py-2.1.1-1.patch:
        del msg['X-Originating-Email']
+       del msg['X-Originating-IP']

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=725369&group_id=103



More information about the Mailman-coders mailing list