Topic: disabling spamfiltering on certain domains
In reference to the following article : http://kb.atmail.com/?p=76
I would like to only spam filter certain domains on the server, there are some people that do not want spamfiltering at all etc etc.
While the article lists changes for how to make a list of domains you dont want it on, i would prefer it to be a list of domains that you do want spam filtering on - this is much easier to maintain from our systems.
However the part that it says to change simply does not exist in the configure file.
The only reference to MYSQL_CHECKSPAM Is as follows:
[root@mx1 ~]# grep MYSQL_CHECKSPAM /usr/local/atmail/mailserver/configure
MYSQL_CHECKSPAM = SELECT DISTINCT '$domain' FROM UserSession WHERE Account ='${quote_mysql:$local_part}@${quote_mysql:$domain}'
As such where do i apply this change?
Also is it not possible to add this type of thing into the domains dbase table rather than using text files?
Thanks.

