On Mon, 23 Feb 2004, Andrej T. wrote: > Jon Etkins wrote: > > > > Weird, it certainly seems that something is overwriting your > > directives. Or maybe they're not being picked up at all. Try > > spamassassin -D --lint > > and check that it's getting its configuration directives from the files > > that you are expecting: > > debug: using "D:\Perl/share/spamassassin" for default rules dir > > debug: using "D:\Perl/etc/mail/spamassassin" for site rules dir > > debug: using "C:\Documents and Settings\Jon/.spamassassin" for user > > state dir > > debug: using "C:\Documents and Settings\Jon/.spamassassin/user_prefs" > > for user prefs file > > debug: using "C:\Documents and Settings\Jon/.spamassassin" for user > > state dir > > > > Other than that, I'm fresh out of ideas. > > tail /var/log/maillog says : > > Feb 23 09:41:39 linux spamd[23695]: debug: using > "/usr/share/spamassassin" for default rules dir > Feb 23 09:41:40 linux spamd[23695]: debug: using > "/etc/mail/spamassassin" for site rules dir > > I think that /etc/mail/spamassassin/local.cf is getting read because I > have this directive in it and is it's getting read : > > required_hits 2.5 > > I'm out of ideas too. Can someone else help please?
we are using sendmail/miltrassassin/spamd. and add_header wont work here too, because sendmail, instructed by miltrassassin (depends on options [C]eck [S]ymbols or [R]eport) is writing the header not spamd itself. so depending on your configuration the behavior of those local.cf options might differ from other configs. regards, Matthias
