Tom Allison wrote: > [1174] dbg: bayes: using username: tallison > [1174] dbg: bayes: unable to connect to database: missing "=" after > "bayes:192.168.0.100:5432" in connection info string > > > bayes_store_module Mail::SpamAssassin::BayesStore::PgSQL > bayes_sql_dsn DBI:Pg:bayes:192.168.0.100:5432 > bayes_sql_username tallison > > > > I get this from spamassassin -D < sample-spam.txt.... > > It can't be a spamassassin bug, but I'm not sure what the deal is. > According to the docs I'm doing this correctly. BTW, adding '=' isn't > the solution. >
perldoc DBD::Pg and make sure you are using a proper DSN string. Michael