SA Bugzilla – Bug 4578
Copy received header lines from spam message into new message envelope
Last modified: 2006-08-01 12:54:05 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
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?
seems like a WFM