MJ wrote:

> Hi Gary,

> Thanks for your reply. If you don't suggest this method then how we can
> achieve this objective as there are some address like
> [EMAIL PROTECTED], [EMAIL PROTECTED] which receive too much junk
> daily.

> Thanks,
> MJ.

I see, well I guess in a way this would end up doing something
similar, but would be a more correct way to do it:

let's say you have set:
$sa_kill_level_deflt = 8.0;

Then you could give those two recipients a lower kill level:
@spam_kill_level_maps = (
  { '[EMAIL PROTECTED]' => 5.0,
    '[EMAIL PROTECTED]' => 5.0 },
    \$sa_kill_level_deflt,   # catchall default
);

> ------------------------------------------------------------
> Here is an excerpt from amavisd.conf: 

> @score_sender_maps = ({ # a by-recipient hash lookup table, 
>                 # results from all matching recipient tables are summed

> # ## per-recipient personal tables  (NOTE: positive: black, negative: white)
> # '[EMAIL PROTECTED]'  => [{'[EMAIL PROTECTED]' => 10.0}], 
> <...>
> });

> I would think you could interpolate this to: 
> '[EMAIL PROTECTED]'   => [{'.' => 3.0}], 

> Inflating the score from every sender is an unusual thing to do, but I 
> could see how it might be used for testing.

Gary V



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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