Bug 4578 - Copy received header lines from spam message into new message envelope
Summary: Copy received header lines from spam message into new message envelope
Status: RESOLVED WORKSFORME
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: 3.0.4
Hardware: All All
: P3 enhancement
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 06:34 UTC by Arthur Keller
Modified: 2006-08-01 12:54 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Keller 2005-09-12 06:34:39 UTC
When SpamAssassin detects that a message is spam, it encapsulates the spam message as the body of 
a message that is ostensibly originated by SpamAssassin itself.  The problem is that if the email is 
forwarded to another ISP with SpamAssassin, the downstream copy won't have the original received 
lines to do its filtering.

Suggestion.  Just like the original sender is kept as the sender for the envelope, please copy the original 
received history for the envelope (new message header), so the downstream SpamAssassin will be able 
to use that to correctly classify the message.

Thanks!

Best regards,
Arthur
Comment 1 Theo Van Dinter 2005-09-12 08:23:00 UTC
Subject: Re:   New: Copy received header lines from spam message into new message envelope

On Mon, Sep 12, 2005 at 06:34:39AM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> Suggestion.  Just like the original sender is kept as the sender for the envelope, please copy the original 
> received history for the envelope (new message header), so the downstream SpamAssassin will be able 
> to use that to correctly classify the message.

Does "report_safe_copy_headers Received" not do what you need?

Comment 2 Theo Van Dinter 2006-08-01 19:54:05 UTC
seems like a WFM