[This is a reply to https://www.mail-archive.com/[email protected]/msg03900.html—I don't have the original messages to this post probably won't thread correctly.]
When running `spamdyke --config-test` I experienced a `free(): invalid pointer` error similar to Jeff's, but found the problem: my morercpthosts file started with a blank line, then a line starting with a #, a bit like this: --------------------------------------------------- #example.com host1.com host2.com host3.com … --------------------------------------------------- Here's the error output: http://pastebin.com/d2tt8ah2 The solution was to delete these two useless lines from morercpthosts and it worked. spamdyke could catch this error if it parsed the file in a smarter way (accepting only lines with valid domains or displaying an error if unacceptable characters were found. Quinn _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
