|
From: Ralf V. <vi...@tq...> - 2004-04-12 20:41:18
|
Brian R. Stamper wrote:
>I've recently added a list of email addresses i'd like whitelisted to the
>amavisd.conf under the:
> map { $whitelist_sender{lc($_)}=1 } (qw(
>part. Mais from these addresses is still getting filtered by spamassassin?
>Any idea why or did i do things wrong?
>Thanks,
>Brian
>
>
>
hi brian!
have you issued an "amavisd reload" afterwards?
but why don't you use a .cf file in /etc/mail/spamassassin/ ?
just create a file like "/etc/mail/spamassassin/whitelist.cf"
and fill it with lines like
whitelist_from na...@do...
whitelist_from @otherdomain.org
....
imho thats much better to maintain.
(but also don't forget "amavisd reload" to make sure amavisd feeds that
new config to spamassassin)
best regards
ralf
|