[Spambayes] Outlook Options files? And would they allow seperate DBs for multiple profiles?

Aether002 Aether002 at cobaltnight.com
Thu Oct 11 01:28:15 CEST 2007


	Darned email line breaks.  


	In the instructions, on step 4:


----------------------------------------------------

4.  ...and BELOW that, add this:

-----------------------

        filename = os.path.join(self.application_directory,
self.GetProfileName() + "_datadir.ini")
        self._MergeConfigFile(filename)

        filename = os.path.join(self.windows_data_directory,
self.GetProfileName() + "_datadir.ini")
        self._MergeConfigFile(filename)

-----------------------

----------------------------------------------------

	When you copy this text, you'll grab line breaks where there aren't
supposed to be any.  There are four text lines total, and they break like
this:


filename = (etc...)
self._MergeConfigFile(filename)

filename = (etc...)
self._MergeConfigFile(filename)



	In addition, you'll have to adjust accordingly when you search for
the reference lines of code (since the original email will show breaks where
there aren't any).


	Sorry for the confusion!



More information about the SpamBayes mailing list