This is a discussion on Re: [AMaViS-user] whitelist trouble (newbie) within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; On Wed, Jun 01, 2005 at 09:38:30AM -0300, Lima Union wrote: > Amavisd-new is being called, it'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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) > 'user1@ntop.mycompany.net' => -100.0, You whitelisted mail from user1@ntop.mycompany.net ... > 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: > <user1@mycompany.net> -> <user2@ntop.mycompany.net> 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 > <user2@ntop.mycompany.net>; Wed, 1 Jun 2005 09:12:54 -0300 (ART) and you sent mail from user1@mycompany.net 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 -- cliftonr@tikitechnologies.com 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 AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |