# default: on
# description: This gets spam stats from SpamAssassin

service spam-stats
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/bin/spam-stats
        server_args     = counts
        disable         = no
}

