Book Image

SpamAssassin: A practical guide to integration and configuration

Book Image

SpamAssassin: A practical guide to integration and configuration

Overview of this book

As a busy administrator, you know Spam is a major distraction in todays network. The effects range from inappropriate content arriving in the mailboxes up to contact email addresses placed on a website being deluged with unsolicited mail, causing valid enquiries and sales leads to be lost and wasting employee time. The perception of the problem of spam is as big as the reality. In response to the growing problem of spam, a number of free and commercial applications and services have been developed to help network administrators and email users combat spam. Its up to you to choose and then get the most out of an antispam solution. Free to use, flexible, and effective, SpamAssassin has become the most popular open source antispam application. Its unique combination of power and flexibility make it the right choice. This book will now help you set up and optimize SpamAssassin for your network.
Table of Contents (24 chapters)
SpamAssassin
Credits
About the Author
About the Reviewers
Introduction
Glossary

Resolving Build Failures


If the SpamAssassin module fails to build, there are three probable reasons:

  • There is a missing dependency.

  • SpamAssassin has failed to build for some reason.

  • One or more automatic tests of the SpamAssassin module have failed.

In these conditions, CPAN will not install the module.

If a dependency is missing, it will be reported during the initial perl Makefile.PL as a warning. If this dependency is not resolved, then when make test is run, some tests for the module will probably fail. Additionally, the module may fail to operate properly if installed. The solution is to install the dependency and repeat the testing process. If SpamAssassin fails to build, this will probably be due to the non-compilation of the parts of SpamAssassin written in C. If this happens, the C compiler should be upgraded to a newer version.

Most Perl modules use a common build system that includes automatic tests. These tests are part of the package and the SpamAssassin module should pass all tests...