Duane Hill wrote:
> 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

Or you could call the file my_ruleset.cf and drop it in the same
directory as local.cf and it will be automatically read.  SA reads all
.cf files in the config directory.

-- 
Bowie

Reply via email to