On Wed, Jun 01, 2005 at 09:38:30AM -0300, Lima Union wrote:
> Amavisd-new is being called, it's just that it doesn't evaluate the
> 'score_sender_maps' for some reason.
>
> For example, I've just sent this e-mail from user1 to user2, with
> user1 included in amavis.conf with -100 points:
>
> @score_sender_maps = ({ # a by-recipient hash lookup table
> # site-wide opinions about senders (the '.' matches any recipient)
> '.' => [ # the _first_ matching sender determines the score boost
> # read_hash("/var/amavis/sender_scores_sitewide"),
> { # a hash-type lookup table (associative array)
> '[EMAIL PROTECTED]' => -100.0,
You whitelisted mail from [EMAIL PROTECTED] ...
> and this is the amavis log output:
>
> Jun 1 09:12:54 mycompany.net /usr/sbin/amavisd-new[11920]: (11920-01)
> ESMTP::10024 /var/lib/amavis/tmp/amavis-20050601T091254-11920:
> <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]> Received: SIZE=964
> from ntop.mycompany.net ([127.0.0.1]) by localhost (mycompany.net
> [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11920-01 for
> <[EMAIL PROTECTED]>; Wed, 1 Jun 2005 09:12:54 -0300 (ART)
and you sent mail from [EMAIL PROTECTED] instead.
These are two different addresses, so the whitelist doesn't apply.
Try adding the exact form of the address you're sending from to the
whitelist.
-- Clifton
--
Clifton Royston -- [EMAIL PROTECTED]
Tiki Technologies Lead Programmer/Software Architect
"I'm gonna tell my son to grow up pretty as the grass is green
And whip-smart as the English Channel's wide..."
-- 'Whip-Smart', Liz Phair
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
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/