On Fri, 3 Oct 2008, [EMAIL PROTECTED] wrote:

Hello,

how do i include external config files for example i want to integrate my own rulesets - from

/home/username/my_ruleset.txt

From 'perldoc Mail::SpamAssassin::Conf':

  include filename

    Include configuration lines from filename. Relative paths are
    considered relative to the current configuration file or user
    preferences file.

So, you could do this in local.cf:

include /home/username/my_ruleset.txt

Reply via email to