https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6269
--- Comment #36 from Sidney Markowitz <[email protected]> 2010-01-10 05:06:57 UTC --- (in reply to comment #33 and comment #34 and comment #35) If there are no "zoom" log messages even though zoom is in the -D option, then you are not using compiled rules as you suspected. Running sa-compile now didn't do anything negative or positive as you aren't using it, so that's fine. So you don't have to think about sa-compile at all. It is not enabled in the v320.pre file and isn't a factor. The "config" debug produces many log lines as you saw, but the important ones for this purpose are the ones that say "dbg: config: read file" and a file name. One of those files has to contain the offending old definition of FH_DATE_PAST_20XX. Either gather up all those file names, or see what directories that are in and search *.cf files in those directories, but in either case grep those files for FH_DATE_PAST_20XX as it has to be in there somewhere with the old definition. Whatever file the rule definition is in, whether or not is is being brought in by sa-update, there has to be a corresponding "dbg: config: read file" log message for that file. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
