> > > > Where does it store this information?
> > >
> > > In the .spamassassin subdirectory of the home directory of the user
> > > running spamassassin.
> >
> > I've tried 'cleaning it all out' with no success.
> >
> > I'm really unsure at this point what is going on.
> >
> > All I know is that my email from one account to another on the box is being
> > scored at 6+ and rejected.
> >
> > Michael.
>
> We must know what rules are triggered. It would also be helpful to
> know how the client is connecting to the server (from the local
> network or from a foreign network and if SMTP AUTH is used or not).
> Are spam messages quarantined?
>

You could alternately work around the problem by using soft whitelisting.
In amavisd.conf-sample is a section @score_sender_maps. Use that
example (if you don't have this already in amavisd.conf you could copy
the example there) and insert your sender there.

Then simply give ths sender a negative score of a few points.

@score_sender_maps = ({  # a by-recipient hash lookup table

#stuff

  '.' => [  # the _first_ matching sender determines the score boost

   { # a hash-type lookup table (associative array)
     '[EMAIL PROTECTED]'   => -4.0,
     '[EMAIL PROTECTED]'                        => -3.0,
     '[EMAIL PROTECTED]'              => -3.0,
   },

#stuff

  ],  # end of site-wide tables
});

-- 
Gary V

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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