RE: How to include external config-files

2008-10-03 Thread Bowie Bailey
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 >

Re: How to include external config-files

2008-10-03 Thread Duane Hill
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. Rel

How to include external config-files

2008-10-03 Thread usenet
Hello, how do i include external config files for example i want to integrate my own rulesets - from /home/username/my_ruleset.txt tnx