HOSTFILTER
len = strlen(HOSTFILTER) + strlen(host) + 1;
(void) snprintf(filter, len, HOSTFILTER, host);