On 5 Sep 2015, at 13:33, Hoggins! wrote:
Just after un upgrade, I happen to have an issue with Spamassassin
that
would refuse to start, giving a segmentation fault.
You neglected to mention what you upgraded, but that generic problem
description is typical of a situation where something that you upgraded
includes a shared library that changed enough that you should also have
rebuilt everything that uses it, but did not. A segfault usually isn't
the result of a latent misconfiguration of a suite of Perl modules (i.e.
SpamAssassin) but rather the result of binary executable code linked
incorrectly.
Rebuilding spamd would seem like a strong contender for a fix...