I use amavisd-new, entries into amavisd.conf:
@blacklist_sender_maps = read_hash("$MYHOME/black_sender.lst");
@whitelist_sender_maps = read_hash("$MYHOME/white_sender.lst");
read_hash(\%spam_lovers, '/var/spool/amavisd/spam_lovers.lst');
Into this files I put one entry per line.
It doesn't work!
I test with spam GTUBE signature and the message go to quarantine even if
the sender is into the
white_sender.lst or the recepient is into spam_lovers.lst!
Something wrong with the sintaxe?
Other Doubts:
1) Can I put entries like [EMAIL PROTECTED] or spam.com.br to deny/allow
the entire domain, or How I do it?
2) This control (withe, black, spam_lovers) applyes for spam, badheaders and
banned content, its OK?
3) For virus detected by amavisd-new/clamav module, white_sender.lst and
spam_lovers.lst are sent to the user mailbox?
Morvan.