Bug 1761 - When spamd fails, no record is left in the mail
Summary: When spamd fails, no record is left in the mail
Status: RESOLVED DUPLICATE of bug 2576
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamc/spamd (show other bugs)
Version: 2.52
Hardware: All All
: P5 enhancement
Target Milestone: 3.0.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-07 12:41 UTC by Aaron Sherman
Modified: 2004-03-06 16:10 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 Aaron Sherman 2003-04-07 12:41:39 UTC
spamc should probably have some minimal header-rewriting capability for the case
where a failure occurs.

Something like, "X-Spam-Status: Unknown, error="Connection refused"" would
certainly cut down on the messages to the mailing list saying, "SA isn't
processing my mail!"

This would require reading in headers separately, which means more complexity in
the spamc code. That's not desirable because of the security implications, but I
don't see another reasonable way....

The good thing is that you don't have to "parse headers" per se. You just have
to find the end of the headers and tack the status on to the end in the event of
spamd failure.
Comment 1 Theo Van Dinter 2004-03-07 01:10:01 UTC

*** This bug has been marked as a duplicate of 2576 ***