On 11/27/07, Rob Morin wrote:
> Ok thanks for the tip to look in there... however i wanted to use a
> blacklist file.... not actually use the my 50-user file as i use Debian....
>
> so i have this entry in the my 50-user conf file
> read_hash(\%blacklist_sender, '/var/lib/amavis/blacklist');
>
> so would the syntax for this file like this then?
>
> '[EMAIL PROTECTED]'  => [{'[EMAIL PROTECTED]' => 10.0}]
> '[EMAIL PROTECTED]'   => [EMAIL PROTECTED]' => 10.0}]
>
> and so on??
>
> one on each line per email to be black listed?
>
> Thanks for your prompt reply!
> :)
>
> Rob Morin

No, %blacklist_sender is not per-recipient; more like:

$per_recip_blacklist_sender_lookup_tables = {
 '[EMAIL PROTECTED]'    => read_hash('/var/lib/amavis/user1_blacklist'),
 '.example.com'    => read_hash('/var/lib/amavis/blacklist'),
};

-- 
Gary V

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to