Comment 3 for bug 558066

Revision history for this message
bluecloud (bluecloud) wrote :

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']