Theo Van Dinter wrote: > On Sat, Jul 21, 2007 at 10:37:01AM -0500, Igor Chudov wrote: > >> Can I somehow specify an include directive in my user_prefs file, such >> as "include my_friends.cf"? >> > > Did you look at "perldoc Mail::SpamAssassin::Conf" ? :) > > To be a bit more specific, yes, that exact option exists and is in the docs, at least for 3.0.x and higher.
Exact text from the 3.2 docs: -------------------------------- PREPROCESSING OPTIONS *include filename* Include configuration lines from |filename| <http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html#item_filename>. Relative paths are considered relative to the current configuration file or user preferences file.