Igor Chudov wrote: > On Mon, Apr 24, 2006 at 04:38:38PM -0400, Matt Kettler wrote: >> Igor Chudov wrote: >>> I have this statement in init.pre >>> >>> add_header all Relay-Country _RELAYCOUNTRY_ >> *sigh*.. that should be in your local.cf >> >> Put the loadplugin statements in your .pre files, and nowhere else, but also >> don't put anything else there. > > Beautiful. I moved the add_header statement to init.pre, and > magically, spamassassin works (at least when invoked from commmand > line, not via spamc as I normally do).
In order for spamc to reflect the config changes you'll need to restart spamd. Spamd only parses the /etc/mail/spamassassin and /usr/share/spamassassin config files at startup. >