hi friends,

            In qmail i like to black list and white list the incoming mail
ids using local.cf file. When i add the email ids in local.cf file it's not
working can any one help in this problem. Below are my local.cf file.

Eg :- vi /etc/mail/spamassassin/local.cf

# These values can be overridden by editing ~/.spamassassin/user_prefs.cf
# (see spamassassin(1) for details)
# These should be safe assumptions and allow for simple visual sifting
# without risking lost emails.

ok_locales all
skip_rbl_checks 0

required_score 5
report_safe 0
rewrite_header Subject ***SPAM***

use_pyzor 1
use_razor2 1
razor_config /etc/mail/spamassassin/.razor/razor-agent.conf

use_auto_whitelist 1

use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1

#Email Ids

whitelist_from [email protected]
whitelist_from *@example.com
blacklist_from [email protected]
blacklist_from *@blue.com


Regards,
Ganesh

Reply via email to