Osax wrote:
How to I disable spam checking for a domain.

Using spamassassin with mysql.

I have a server with multiple virtual domain,
I want to disable spam checking on some of them.

Is this possible?


You can't disable a domain *in* SA, but you can whitelist a domain in local.cf like so:


# Disable SpamAssassin for this user/domain
whitelist_to    some...@example.com
whitelist_to    *...@example.com


If you want to completely disable the domain from being processed by SA then you'll need to look at the glue that passes messages to SA.

Reply via email to