Summary | Option to remove "with HTTP" Received Line |
Queue | IMP |
Queue Version | 3.2.6 |
Type | Enhancement |
State | Rejected |
Priority | 2. Medium |
Owners | |
Requester | imp (at) account (dot) loath (dot) org |
Created | 04/08/2005 (7392 days ago) |
Due | |
Updated | 10/01/2010 (5390 days ago) |
Assigned | |
Resolved | 04/08/2005 (7392 days ago) |
Milestone | |
Patch | No |
State ⇒ Rejected
discussion about this issue.
State ⇒ New
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Option to remove "with HTTP" Received Line
Queue ⇒ IMP
Chile and Peru. Many thanks to the IMP developers for such useful
software.
I have found that many of the cafes I visit are heavily blacklisted
because they're open relays. IMP adds a header like this:
Received: from client-200.121.150.96.speedy.net.pe
(client-200.121.150.96.speedy.net.pe [200.121.150.96])
by amenti.chthonic.net (IMP) with HTTP
Which causes spam filters to think that the message originated from a
suspicious address.
Since the user has already authenticated themselves, I want the
message to appear as if it came directly from the mail server.
I have solved this problem by commenting out the block in
imp/compose.php that begins with:
// Add a Received header for the hop from browser to server.
Perhaps it could be a configuration option at the server level whether
to add this header?