Store Configuration Scheme

	{
	  version (integer): 1,
	  enabled (boolean): 1,
	  timeout (integer - milliseconds): 20,
	  host (string - see below): 127.0.0.1:783:1
	 }

Host format

< hostname >:< port >:< weight >

When an address takes longer than milliseconds to respond, an error is recorded and the next address in the list is tried ConnAddressPoolConnet() will only return NULL if all addresses in the pool fail to respond.

Hosts are sorted based on the value of the parameter.

At the moment, bongo-antispam does not support multiple hosts.