Bug 2834 - Add debug output for additional .cf files
Summary: Add debug output for additional .cf files
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: 2.61
Hardware: All All
: P5 enhancement
Target Milestone: 2.70
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-15 11:55 UTC by Steve Halligan
Modified: 2003-12-15 12: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 Steve Halligan 2003-12-15 11:55:27 UTC
It would be nice if the -lint output said something like:
Sourcing file: /etc/mail/spamassassin/localrules.cf

when reading in additional .cf files, just so we know that they are being used.
Comment 1 Theo Van Dinter 2003-12-15 21:10:31 UTC
usually, "--lint" type actions don't output anything unless there's an error.

however, I did think the config reading was useful for debugging purposes, so I 
added it to the 2.70 code. :)