http://bugzilla.spamassassin.org/show_bug.cgi?id=4153





------- Additional Comments From [EMAIL PROTECTED]  2005-05-19 08:05 -------
In relation to building spamc under Windows, is it enough to do the following
(instead of blindly #include "spamc.h") :

#ifndef _WIN32
#include "spamc.h"
#else
#define CONFIG_FILE NULL
#endif

This means a default config file isn't supported for Windows, and will only work
if -F is passed. If people want a default Windows config file, then where should
it be on the filesystem?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to