On Tue, 21 Feb 2017 20:47:06 -0500 David Mehler wrote: > Hello, > > I'm using spamassassin 3.4.1 and trying to tighten up my antispam > measures. I've enabled the relay country plugin which also has it's > supporting module of Geo-IP. This is on a FreeBSD system.
You probably need to enable the module bu uncommenting the loadplugin line: $ grep RelayCountry /usr/local/etc/mail/spamassassin/*.pre /usr/local/etc/mail/spamassassin/init.pre:# RelayCountry - add metadata for Bayes learning, marking the countries /usr/local/etc/mail/spamassassin/init.pre:loadplugin Mail::SpamAssassin::Plugin::RelayCountry This is done automatically if you enabled the Relay Country option and built from ports, but I think it's not done by the default package.